Skip to content

Commit

Permalink
try different way of skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Aug 30, 2024
1 parent 9e6a7bd commit 38c0fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- 'main'
pull_request:
branches-ignore:
- changeset-release/main
types: [opened, synchronize, reopened]

permissions:
Expand All @@ -31,6 +29,7 @@ jobs:
- run: yarn install --immutable
- run: yarn run prettier
build:
if: github.ref != 'refs/heads/changeset-release/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -45,6 +44,7 @@ jobs:
env:
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
test:
if: github.ref != 'refs/heads/changeset-release/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 38c0fe4

Please sign in to comment.