Skip to content

Commit 27bbc22

Browse files
committed
[Test] Remove needs
1 parent 4ff06df commit 27bbc22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
portal-image-amd64:
119119
if: ${{ github.repository != 'oursky/authgear-server' }}
120120
runs-on: ubuntu-24.04
121-
needs: portal-test
121+
# needs: portal-test
122122
env:
123123
PUSH_IMAGE: "${{ (github.repository == 'authgear/authgear-server' && github.event_name == 'push') && 'true' || 'false' }}"
124124
steps:
@@ -136,7 +136,7 @@ jobs:
136136
portal-image-arm64:
137137
if: ${{ (github.repository == 'authgear/authgear-server' && github.event_name == 'push') }}
138138
runs-on: ubuntu-24.04
139-
needs: portal-test
139+
# needs: portal-test
140140
env:
141141
PUSH_IMAGE: "${{ (github.repository == 'authgear/authgear-server' && github.event_name == 'push') && 'true' || 'false' }}"
142142
steps:
@@ -256,7 +256,7 @@ jobs:
256256
authgear-image-amd64:
257257
if: ${{ github.repository != 'oursky/authgear-server' }}
258258
runs-on: ubuntu-24.04
259-
needs: ["authgear-test", "authui-test"]
259+
# needs: ["authgear-test", "authui-test"]
260260
env:
261261
PUSH_IMAGE: "${{ (github.repository == 'authgear/authgear-server' && github.event_name == 'push') && 'true' || 'false' }}"
262262
steps:
@@ -273,7 +273,7 @@ jobs:
273273
authgear-image-arm64:
274274
if: ${{ (github.repository == 'authgear/authgear-server' && github.event_name == 'push') }}
275275
runs-on: ubuntu-24.04
276-
needs: ["authgear-test", "authui-test"]
276+
# needs: ["authgear-test", "authui-test"]
277277
env:
278278
PUSH_IMAGE: "${{ (github.repository == 'authgear/authgear-server' && github.event_name == 'push') && 'true' || 'false' }}"
279279
steps:

0 commit comments

Comments
 (0)