Skip to content

Commit dae511a

Browse files
committed
Don't run assetbundle test for PRs due to missing secrets
fixes #39 (cherry picked from commit 7c00000)
1 parent fd46fcf commit dae511a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/internal-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565

6666
test-assetbundle:
6767
uses: './.github/workflows/internal-test-assetbundle.yml'
68+
if: github.event_name != 'pull_request'
6869
secrets: inherit
6970

7071
deploy-nuget:

0 commit comments

Comments
 (0)