We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb5330 commit 819da9dCopy full SHA for 819da9d
.github/workflows/test.yaml
@@ -13,7 +13,7 @@ permissions:
13
jobs:
14
test:
15
runs-on: ubuntu-latest
16
- if: github.repository_owner == 'playcanvas'
+ if: github.repository_owner == 'other'
17
steps:
18
- name: Test command
19
run: echo "Test command"
0 commit comments