Skip to content

Commit fc87c8e

Browse files
committed
let's see
1 parent 1482bf5 commit fc87c8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ on:
1111
push:
1212
branches:
1313
- main
14+
- ci/fix-path-filter
1415
tags:
1516
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
1617
- "[0-9][0-9].[0-9]+.[0-9]+"
1718
schedule:
1819
# Run every Saturday morning: https://crontab.guru/#15_3_*_*_6
1920
- cron: "15 3 * * 6"
20-
pull_request:
21+
# pull_request:
22+
# We cannot use path filters here, because this workflow contains a "required job".
2123
# paths:
2224
# - '.github/workflows/build.yaml'
2325
# - 'rust-toolchain.toml'
@@ -37,7 +39,6 @@ env:
3739
HADOLINT_VERSION: "v2.14.0"
3840
PYTHON_VERSION: "3.14"
3941
CARGO_TERM_COLOR: always
40-
BASE_SHA: ${{ github.event.pull_request.base.sha }}
4142

4243
jobs:
4344
# This workflow contains a "required job", and GitHub Actions isn't clever

0 commit comments

Comments
 (0)