Skip to content

Commit

Permalink
run full ci checks on merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 30, 2024
1 parent eaf2d39 commit 3ec2b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:
runs-on: [self-hosted, 8vcpu-16ram-ubuntu22-namada-x86]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-main
if: github.event.pull_request.draft == false || startsWith(github.ref, 'mergify/merge-queue')
if: github.event.pull_request.draft == false || contains(github.ref, 'mergify/merge-queue')
timeout-minutes: 25
needs: [build-wasm]

Expand Down Expand Up @@ -473,7 +473,7 @@ jobs:
runs-on: [self-hosted, 4vcpu-8ram-ubuntu22-namada-x86]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-main
if: github.event.pull_request.draft == false || startsWith(github.ref, 'mergify/merge-queue')
if: github.event.pull_request.draft == false || contains(github.ref, 'mergify/merge-queue')
needs: [build-wasm, build-binaries]
timeout-minutes: 35
strategy:
Expand Down

0 comments on commit 3ec2b9c

Please sign in to comment.