Skip to content

Commit b3114d3

Browse files
committed
fix branch prefix
1 parent 8a1bde4 commit b3114d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
proxy-sanity-check:
2727
name: Proxy Sanity Check
2828
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.ref_name, 'dependabot-') }}
3030
env:
3131
GOPROXY: "https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev"
3232
steps:
@@ -92,7 +92,7 @@ jobs:
9292
build-unsigned-snapshot:
9393
name: Build Unsigned Snapshot
9494
runs-on: ubuntu-22.04
95-
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot/') }}
95+
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot-') }}
9696
steps:
9797
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
9898
with:
@@ -146,7 +146,7 @@ jobs:
146146
official-oss-image-integration-tests:
147147
name: Integration Tests - Official OSS Images
148148
needs: build-unsigned-snapshot
149-
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot/') }}
149+
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot-') }}
150150
runs-on: ubuntu-22.04
151151
strategy:
152152
matrix:
@@ -185,7 +185,7 @@ jobs:
185185
official-plus-image-integration-tests:
186186
name: Integration Tests - Official Plus Images
187187
needs: build-unsigned-snapshot
188-
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot/') }}
188+
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot-') }}
189189
runs-on: ubuntu-22.04
190190
strategy:
191191
matrix:
@@ -240,7 +240,7 @@ jobs:
240240
runs-on: ubuntu-22.04
241241
permissions:
242242
contents: write
243-
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot/') }}
243+
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot-') }}
244244
steps:
245245
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
246246
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
@@ -267,7 +267,7 @@ jobs:
267267
run: git push 'https://github-actions:${{ secrets.GITHUB_TOKEN }}@github.com/nginx/agent.git' benchmark-results:benchmark-results
268268
load-tests:
269269
name: Load Tests
270-
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot/') }}
270+
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot-') }}
271271
permissions:
272272
contents: write
273273
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)