Skip to content

Commit 4eb049e

Browse files
committed
chore: don't run on forks
1 parent 616fe17 commit 4eb049e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-subprojects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test-subprojects:
1515
runs-on: ubuntu-latest
1616
name: Subproject ${{matrix.project.org}}/${{matrix.project.name}} - OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
17-
if: ${{ github.repository == 'ash-project/ash' || matrix.project.name != 'ash_oban' }}
17+
if: github.repository == 'ash-project/ash'
1818
strategy:
1919
fail-fast: false
2020
matrix:

0 commit comments

Comments
 (0)