Skip to content

Commit 8497071

Browse files
authored
Merge pull request #176 from crazy-max/fix-validate
ci: fix validate workflow
2 parents 0aeb216 + 76293d2 commit 8497071

File tree

4 files changed

+15
-21
lines changed

4 files changed

+15
-21
lines changed

.github/workflows/validate.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,20 @@ on:
99
branches:
1010
- 'master'
1111
- 'releases/v*'
12-
paths-ignore:
13-
- '.github/workflows/ci-subaction.yml'
14-
- 'subaction/**'
1512
pull_request:
16-
paths-ignore:
17-
- '.github/workflows/ci-subaction.yml'
18-
- 'subaction/**'
1913

2014
jobs:
2115
prepare:
2216
runs-on: ubuntu-latest
2317
outputs:
24-
targets: ${{ steps.targets.outputs.matrix }}
18+
targets: ${{ steps.generate.outputs.targets }}
2519
steps:
2620
-
2721
name: Checkout
2822
uses: actions/checkout@v4
2923
-
30-
name: Targets matrix
31-
id: targets
24+
name: List targets
25+
id: generate
3226
uses: ./subaction/list-targets
3327
with:
3428
target: validate

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ jobs:
8181
prepare:
8282
runs-on: ubuntu-latest
8383
outputs:
84-
targets: ${{ steps.matrix.outputs.targets }}
84+
targets: ${{ steps.generate.outputs.targets }}
8585
steps:
8686
-
8787
name: Checkout
8888
uses: actions/checkout@v4
8989
-
90-
name: Matrix
91-
id: matrix
90+
name: List targets
91+
id: generate
9292
uses: docker/bake-action/subaction/list-targets@v4
9393
with:
9494
target: validate

dist/index.js

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)