From dfe13d5b0426e91e256fa9c95f9c002af0797599 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:37:13 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#353) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 7e622ff9e2a92f3a43b0a21411bf386eac1c23e7. --- .github/workflows/master.yml | 2 ++ .github/workflows/prerelease.yml | 3 +++ .github/workflows/release.yml | 3 +++ .github/workflows/run-acceptance-tests.yml | 4 ++-- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index c27e4c5ba..376af0d9a 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -252,6 +252,8 @@ jobs: author_name: Failure in building provider prerequisites fields: repo,commit,author,action status: ${{ job.status }} + + publish: name: publish needs: test diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index c736b30fc..00f109aaa 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -191,6 +191,7 @@ jobs: with: name: ${{ env.PROVIDER }}-provider.tar.gz path: ${{ github.workspace }}/bin/provider.tar.gz + retention-days: 30 - if: failure() && github.event_name == 'push' name: Notify Slack uses: 8398a7/action-slack@v3 @@ -198,6 +199,8 @@ jobs: author_name: Failure in building provider prerequisites fields: repo,commit,author,action status: ${{ job.status }} + + publish: name: publish needs: test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a18138730..e13d716eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -204,6 +204,7 @@ jobs: with: name: ${{ env.PROVIDER }}-provider.tar.gz path: ${{ github.workspace }}/bin/provider.tar.gz + retention-days: 30 - if: failure() && github.event_name == 'push' name: Notify Slack uses: 8398a7/action-slack@v3 @@ -211,6 +212,8 @@ jobs: author_name: Failure in building provider prerequisites fields: repo,commit,author,action status: ${{ job.status }} + + publish: name: publish needs: test diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index 4647392f1..b0575ba5a 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -152,8 +152,6 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v3 - with: - ref: ${{ env.PR_COMMIT_SHA }} - name: Checkout Scripts Repo uses: actions/checkout@v3 with: @@ -223,6 +221,8 @@ jobs: author_name: Failure in building provider prerequisites fields: repo,commit,author,action status: ${{ job.status }} + + sentinel: name: sentinel # We would like to be able to specify `sentinel` as the only required job for this