Skip to content

Commit 7eb09a1

Browse files
bbhttbarthalion
authored andcommitted
ci: Skip docker build on pull requests
Login doesn't work on PRs
1 parent 8d532fa commit 7eb09a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
concurrency:
8989
group: ${{ github.ref }}
9090
cancel-in-progress: true
91-
if: success()
91+
if: success() && github.event_name != 'pull_request'
9292
steps:
9393
- uses: actions/checkout@v4
9494

0 commit comments

Comments
 (0)