Skip to content

Commit e25f5b9

Browse files
committed
update workflows
trying to limit how often they run because I am hitting my github actions limits
1 parent 586423d commit e25f5b9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: .github/workflows/build-desktop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build Desktop Versions
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on: [workflow_dispatch]
44

55
jobs:
66
build_desktop:

Diff for: .github/workflows/codeql-analysis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8-
schedule:
9-
- cron: '25 7 * * 5'
108

119
jobs:
1210
analyze_code:

0 commit comments

Comments
 (0)