diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ce318de..37fc886 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -250,6 +250,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 9c6844d..d964b03 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -189,6 +189,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 @@ -196,6 +197,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 bfb9c2d..d34e820 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -202,6 +202,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 @@ -209,6 +210,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 f739643..92b47df 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -150,8 +150,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: @@ -221,6 +219,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