We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341f386 commit d910291Copy full SHA for d910291
.github/workflows/build.yml
@@ -7,6 +7,8 @@ on:
7
- 'skip-ci-**'
8
# Build on pull requests, except drafts.
9
pull_request:
10
+ # Build manually
11
+ workflow_dispatch:
12
# Build on a schedule to keep up with the engine changes.
13
schedule:
14
- cron: '0 0 * * 0'
@@ -26,7 +28,7 @@ env:
26
28
27
29
jobs:
30
CheckSkipCI:
- runs-on: ubuntu-20.04
31
+ runs-on: ubuntu-latest
32
if: |
33
!contains(github.event.head_commit.message, '[skip ci]') &&
34
!contains(github.event.pull_request.title, '[skip ci]') &&
0 commit comments