Skip to content

Commit a69dfe8

Browse files
committed
Revert "use this branch workflow"
This reverts commit 43266fd.
1 parent 43266fd commit a69dfe8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/canary-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
2525
canary-ci-e2e:
2626
needs: parse-version
27-
uses: ${{ github.repository }}/.github/workflows/e2e.yml@${{ github.sha }}
27+
uses: ./.github/workflows/e2e.yml
2828
with:
2929
ref: refs/pull/${{ github.event.issue.number }}/head
3030
react_version: ${{ needs.parse-version.outputs.react_version }}
3131

3232
canary-ci-test:
3333
needs: parse-version
34-
uses: ${{ github.repository }}/.github/workflows/test.yml@${{ github.sha }}
34+
uses: ./.github/workflows/test.yml
3535
with:
3636
ref: refs/pull/${{ github.event.issue.number }}/head
3737
react_version: ${{ needs.parse-version.outputs.react_version }}

0 commit comments

Comments
 (0)