Skip to content

Commit

Permalink
Skip double develop deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Jul 27, 2024
1 parent f6d5221 commit 77b976e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
test:
if: !startsWith(github.head_ref, 'develop')
runs-on: ubuntu-latest

steps:
Expand All @@ -31,6 +32,7 @@ jobs:
run: npm run test

build:
if: !startsWith(github.head_ref, 'develop')
needs: test
runs-on: wgd-dev

Expand Down

0 comments on commit 77b976e

Please sign in to comment.