We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3fc17 commit b178145Copy full SHA for b178145
.github/workflows/kaggle.yml
@@ -10,6 +10,8 @@ on:
10
11
jobs:
12
online-competition:
13
+ # Skip this job if running on the main repo to prevent failing CI/CD. Only run on student forks.
14
+ if: ${{ github.repository != 'utiasDSL/lsy_drone_racing' }}
15
16
runs-on: ubuntu-latest
17
env: # Or as an environment variable
0 commit comments