|
26 | 26 | proxy-sanity-check: |
27 | 27 | name: Proxy Sanity Check |
28 | 28 | runs-on: ubuntu-22.04 |
29 | | - if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot-') }} |
| 29 | + if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }} |
30 | 30 | env: |
31 | 31 | GOPROXY: "https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev" |
32 | 32 | steps: |
@@ -145,7 +145,7 @@ jobs: |
145 | 145 | official-oss-image-integration-tests: |
146 | 146 | name: Integration Tests - Official OSS Images |
147 | 147 | needs: build-unsigned-snapshot |
148 | | - if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot-') }} |
| 148 | + if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }} |
149 | 149 | runs-on: ubuntu-22.04 |
150 | 150 | strategy: |
151 | 151 | matrix: |
@@ -184,7 +184,7 @@ jobs: |
184 | 184 | official-plus-image-integration-tests: |
185 | 185 | name: Integration Tests - Official Plus Images |
186 | 186 | needs: build-unsigned-snapshot |
187 | | - if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot-') }} |
| 187 | + if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }} |
188 | 188 | runs-on: ubuntu-22.04 |
189 | 189 | strategy: |
190 | 190 | matrix: |
@@ -265,7 +265,7 @@ jobs: |
265 | 265 | run: git push 'https://github-actions:${{ secrets.GITHUB_TOKEN }}@github.com/nginx/agent.git' benchmark-results:benchmark-results |
266 | 266 | load-tests: |
267 | 267 | name: Load Tests |
268 | | - if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot-') }} |
| 268 | + if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }} |
269 | 269 | permissions: |
270 | 270 | contents: write |
271 | 271 | runs-on: ubuntu-22.04 |
|
0 commit comments