Skip to content

Commit 1968624

Browse files
committed
github: test actions in branch
1 parent 80add6a commit 1968624

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build
22
on:
3-
pull_request:
4-
branches: [develop]
3+
push:
54
# Here we list file types that don't affect the build and don't need to use
65
# up our Actions runners.
76
paths-ignore:

.github/workflows/cache.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name: CacheDepsAndTools
44
on:
55
push:
6-
branches: [develop]
76
paths:
87
- '.github/**'
98
- 'sources/Cargo.lock'

.github/workflows/weekly.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
# bypassing the main cache.
55
name: Weekly
66
on:
7-
schedule:
7+
push
8+
# schedule:
89
# Run Monday at 02:15 UTC. Randomly chosen as a "quiet" time for this to run.
910
# See syntax for format details: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule
10-
- cron: '15 2 * * 1'
11+
# - cron: '15 2 * * 1'
1112

1213
env:
1314
# When Go packages are built, buildsys will vendor in dependent Go code for

0 commit comments

Comments
 (0)