Skip to content

Commit

Permalink
Revert "tmp: enable docker job for fast checking"
Browse files Browse the repository at this point in the history
This reverts commit 6fb4fc9.
  • Loading branch information
Tarak Ben Youssef committed Jan 12, 2024
1 parent 5a8082d commit d44a5a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
args: --timeout=10m

docker:
if: github.ref == 'refs/heads/master' || contains(github.ref, 'refs/tags/')
needs: test
name: "Docker image"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d44a5a8

Please sign in to comment.