Skip to content

Commit beb68ee

Browse files
fix: remove additional e2e run test (#1528)
Signed-off-by: Shubhranshu Mahapatra <shubhum@amazon.com>
1 parent d5535c3 commit beb68ee

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/update-ubuntu-finch-dependencies.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,8 @@ jobs:
3232
echo "changed=true" >> $GITHUB_OUTPUT
3333
fi
3434
35-
ubuntu-e2e-tests:
36-
needs: update-dependencies
37-
if: needs.update-dependencies.outputs.changed == 'true'
38-
uses: ./.github/workflows/e2e-ubuntu.yaml
39-
secrets: inherit
40-
with:
41-
arch: ubuntu-x86-64
42-
output-arch: amd64
43-
4435
create-pr:
45-
needs: [update-dependencies, ubuntu-e2e-tests]
36+
needs: [update-dependencies]
4637
if: needs.update-dependencies.outputs.changed == 'true'
4738
runs-on: ubuntu-latest
4839
steps:

0 commit comments

Comments
 (0)