Skip to content

Commit

Permalink
crib-integration-test only runs on push to develop
Browse files Browse the repository at this point in the history
running on every commit to every PR would increase our GH runner costs too much
  • Loading branch information
rafaelfelix committed Nov 13, 2024
1 parent 3502efa commit 262e509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-publish-develop-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
fi
crib-integration-test:
if: ${{ github.event.inputs.git_ref || github.ref }} == 'refs/heads/develop'
runs-on: ubuntu-latest
environment: integration
needs: [split, image-tag]
Expand All @@ -164,6 +165,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
ref: ${{ env.GIT_REF }}

- uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
with:
Expand Down

0 comments on commit 262e509

Please sign in to comment.