Skip to content

Commit e725af8

Browse files
committed
Removed branch from reusable workflow call (#241)
(cherry picked from commit a0f224c)
1 parent 31f9d54 commit e725af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
pdp-tests:
1313
# Call the reusable tests workflow.
14-
uses: ./.github/workflows/tests.yml@v2
14+
uses: ./.github/workflows/tests.yml
1515
secrets: inherit
1616

1717
build-and-push-pdp-vanilla:

0 commit comments

Comments
 (0)