Skip to content

Commit

Permalink
ci: disable E2Es on integration branch whilst failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh authored Oct 30, 2022
1 parent c64c362 commit d0844c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- run: npm run lint

e2e:
# Temporarily disable E2Es on the integration branch whilst it fails
if: github.ref_name != 'integration'
runs-on: ubuntu-20.04
steps:
- uses: shabados/actions/setup-git-identity@release/next
Expand Down

0 comments on commit d0844c1

Please sign in to comment.