Skip to content

Commit c6606b0

Browse files
committed
Prevent CI/CD from failing because of kaggle submission
1 parent af3fc17 commit c6606b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/kaggle.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ on:
55
branches:
66
- master
77
- main
8+
- actions
89
workflow_dispatch:
910

1011

1112
jobs:
1213
online-competition:
14+
# Skip this job if running on the main repo to prevent failing CI/CD. Only run on student forks.
15+
if: github.repository != 'utiasDSL/lsy-drone-racing'
1316

1417
runs-on: ubuntu-latest
1518
env: # Or as an environment variable

0 commit comments

Comments
 (0)