Skip to content

Commit

Permalink
temporary disable all build execpt MacOS
Browse files Browse the repository at this point in the history
that's the one we're debugging, no need to run everything else again
and again
  • Loading branch information
mmitch committed Jan 26, 2025
1 parent e6bbe5c commit 9a8816b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name: FreeBSD Build

on:
push:
pull_request:
types: [opened]
# push:
# pull_request:
# types: [opened]
schedule:
- cron: '13 4 5 * *'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Linux Build

on:
push:
# push:
pull_request:
types: [opened]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Windows Build

on:
push:
# push:
pull_request:
types: [opened]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Code Coverage

on:
push:
# push:
pull_request:
types: [opened]

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
name: "CodeQL"

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
types: [opened]
# push:
# branches-ignore:
# - 'dependabot/**'
# pull_request:
# types: [opened]
schedule:
- cron: '0 10 * * 2'

Expand Down

0 comments on commit 9a8816b

Please sign in to comment.