Skip to content

Commit 951255a

Browse files
committed
chore(dependabot): cant specify master for called cicd
1 parent b6d18ca commit 951255a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ 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
3332
uses: ./.github/workflows/reuseable-ci-checks.yml
3433
with:
3534
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@master
17+
uses: ./.github/workflows/reuseable-ci-checks.yml
1818
needs: dummy
1919
with:
2020
runall: true

0 commit comments

Comments
 (0)