Skip to content

Commit

Permalink
ci: Skip docker build on pull requests
Browse files Browse the repository at this point in the history
Login doesn't work on PRs
  • Loading branch information
bbhtt authored and barthalion committed Sep 14, 2024
1 parent 8d532fa commit 7eb09a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
if: success()
if: success() && github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 7eb09a1

Please sign in to comment.