Skip to content

Commit 5fa8ca3

Browse files
committed
Remove broken line from actions config
1 parent fd51149 commit 5fa8ca3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
needs: tests
2424
if: github.ref == 'refs/heads/qa'
25-
steps:
25+
steps:
2626
- uses: actions/checkout@v4
2727
- name: Set Node version
2828
uses: actions/setup-node@v4
@@ -39,7 +39,7 @@ jobs:
3939
id-token: write
4040
contents: read
4141
runs-on: ubuntu-latest
42-
needs:
42+
needs:
4343
- tests
4444
if: github.ref == 'refs/heads/qa'
4545
steps:
@@ -79,9 +79,8 @@ jobs:
7979
id-token: write
8080
contents: read
8181
runs-on: ubuntu-latest
82-
needs:
82+
needs:
8383
- tests
84-
- inte
8584
if: github.ref == 'refs/heads/qa2'
8685
steps:
8786
- name: Checkout repo

0 commit comments

Comments
 (0)