Skip to content

Commit b6d18ca

Browse files
committed
chore(yaml): use most recent yaml where appropriate
1 parent ad90562 commit b6d18ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929

3030
dev-call-reusable-ci-checks-workflow:
3131
name: Dev Run CI checks
32+
# Not using @master so it uses its own check rules
3233
uses: ./.github/workflows/reuseable-ci-checks.yml
3334
with:
3435
runall: true

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
pull-request-call-reusable-ci-checks-workflow:
1616
name: Pull Request run CI Checks
17-
uses: ./.github/workflows/reuseable-ci-checks.yml
17+
uses: ./.github/workflows/reuseable-ci-checks.yml@master
1818
needs: dummy
1919
with:
2020
runall: true

0 commit comments

Comments
 (0)