Skip to content

Commit

Permalink
do not run docker job on a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
imor authored Nov 25, 2024
1 parent 479a096 commit 9d994ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
cargo tarpaulin --verbose --workspace --all-features --exclude api
docker:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 9d994ed

Please sign in to comment.