We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b98d1 commit bbc2e23Copy full SHA for bbc2e23
2 files changed
.github/workflows/iwyu.yml
@@ -2,10 +2,7 @@
2
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
3
name: include-what-you-use
4
5
-on:
6
- schedule:
7
- - cron: '0 0 * * 0'
8
- workflow_dispatch:
+on: [pull_request, push]
9
10
permissions:
11
contents: read
.github/workflows/release-windows.yml
@@ -2,13 +2,7 @@
name: release-windows
- push:
- tags:
- - '2.*'
- - cron: '0 0 * * *'
12
13
14
0 commit comments