Skip to content

Commit 8e8d7a1

Browse files
committed
ci: skip asap
1 parent fe9a4d4 commit 8e8d7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
jobs:
1515
matrix:
16+
if: github.ref != 'refs/heads/master'
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/checkout@v4
@@ -23,7 +24,6 @@ jobs:
2324
outputs:
2425
matrix: ${{ steps.matrix.outputs.matrix }}
2526
test:
26-
if: github.ref != 'refs/heads/master'
2727
needs: matrix
2828
runs-on: ubuntu-latest
2929
strategy:

0 commit comments

Comments
 (0)