We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1482bf5 commit fc87c8eCopy full SHA for fc87c8e
.github/workflows/build.yaml
@@ -11,13 +11,15 @@ on:
11
push:
12
branches:
13
- main
14
+ - ci/fix-path-filter
15
tags:
16
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
17
- "[0-9][0-9].[0-9]+.[0-9]+"
18
schedule:
19
# Run every Saturday morning: https://crontab.guru/#15_3_*_*_6
20
- cron: "15 3 * * 6"
- pull_request:
21
+ # pull_request:
22
+ # We cannot use path filters here, because this workflow contains a "required job".
23
# paths:
24
# - '.github/workflows/build.yaml'
25
# - 'rust-toolchain.toml'
@@ -37,7 +39,6 @@ env:
37
39
HADOLINT_VERSION: "v2.14.0"
38
40
PYTHON_VERSION: "3.14"
41
CARGO_TERM_COLOR: always
- BASE_SHA: ${{ github.event.pull_request.base.sha }}
42
43
jobs:
44
# This workflow contains a "required job", and GitHub Actions isn't clever
0 commit comments