Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
trying to limit how often they run because I am hitting my github actions limits
  • Loading branch information
josephdadams committed Nov 2, 2024
1 parent 586423d commit e25f5b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build Desktop Versions

on: [push, pull_request, workflow_dispatch]
on: [workflow_dispatch]

jobs:
build_desktop:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '25 7 * * 5'

jobs:
analyze_code:
Expand Down

0 comments on commit e25f5b9

Please sign in to comment.