We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd51149 commit 5fa8ca3Copy full SHA for 5fa8ca3
.github/workflows/test-and-deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
needs: tests
24
if: github.ref == 'refs/heads/qa'
25
- steps:
+ steps:
26
- uses: actions/checkout@v4
27
- name: Set Node version
28
uses: actions/setup-node@v4
@@ -39,7 +39,7 @@ jobs:
39
id-token: write
40
contents: read
41
42
- needs:
+ needs:
43
- tests
44
45
steps:
@@ -79,9 +79,8 @@ jobs:
79
80
81
82
83
84
- - inte
85
if: github.ref == 'refs/heads/qa2'
86
87
- name: Checkout repo
0 commit comments