diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a14e193..585d139 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -258,6 +258,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 0864589..25f148e 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -197,6 +197,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 @@ -204,6 +205,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 054d4eb..2637ae3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -210,6 +210,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 @@ -217,6 +218,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 2cabdff..af3db2d 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -160,8 +160,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: @@ -231,6 +229,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