From 211b1fdb95a367f41c6a15c3337fceb6487d3168 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:14:53 -0700 Subject: [PATCH] Sync .github/workflows directory with azure-sdk-tools repository (#5920) --- .github/workflows/event.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/event.yml b/.github/workflows/event.yml index 1efb7a7e9..6a973b427 100644 --- a/.github/workflows/event.yml +++ b/.github/workflows/event.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write # to read pull requests and write comments (azure/azure-sdk-actions) checks: read # to read check status (azure/azure-sdk-actions) name: Handle ${{ github.event_name }} ${{ github.event.action }} event - runs-on: ubuntu-latest + runs-on: ubuntu-latest # This image is intentionally set to "latest", and not to a specific version steps: - uses: azure/azure-sdk-actions@main with: