Skip to content

Commit

Permalink
Disable other CI jobs (for faster testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Nov 21, 2024
1 parent b1b36f6 commit 40d33db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
name: CI

on:
push:
branches:
- 'master'
- 'release-*'
tags: '*'
pull_request:
schedule:
# Every day at 3:08 AM UTC
- cron: '8 3 * * *'
workflow_dispatch:


concurrency:
# group by workflow and ref; the last slightly strange component ensures that for pull
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/gap.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
name: CI with GAP

on:
push:
branches:
- 'master'
- 'release-*'
tags: '*'
pull_request:
schedule:
# Every day at 3:08 AM UTC
- cron: '8 3 * * *'
workflow_dispatch:


concurrency:
# group by workflow and ref; the last slightly strange component ensures that for pull
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/oscar.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
name: OscarCI

on:
push:
branches:
- 'master'
- 'release-*'
tags: '*'
pull_request:
schedule:
# Every day at 3:08 AM UTC
- cron: '8 3 * * *'
workflow_dispatch:


concurrency:
# group by workflow and ref; the last slightly strange component ensures that for pull
Expand Down

0 comments on commit 40d33db

Please sign in to comment.