Skip to content

Commit f6edcee

Browse files
Disable star wars example from required checks (#243)
1 parent f6787be commit f6edcee

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,13 @@ jobs:
129129
CRE_API_KEY: ${{ secrets.CRE_CLI_API_KEY }}
130130
run: ./scripts/e2e/simulate-hello-world.sh
131131

132-
- name: E2E - Simulate star-wars workflow
133-
env:
134-
CRE_API_KEY: ${{ secrets.CRE_CLI_API_KEY }}
135-
run: ./scripts/e2e/simulate-star-wars.sh
132+
# Disabled: depends on external swapi.info which causes consensus
133+
# aggregator failures. Re-enable once we set up an HTTP service we
134+
# control for this workflow.
135+
# - name: E2E - Simulate star-wars workflow
136+
# env:
137+
# CRE_API_KEY: ${{ secrets.CRE_CLI_API_KEY }}
138+
# run: ./scripts/e2e/simulate-star-wars.sh
136139

137140
- name: E2E - Simulate log-trigger workflow
138141
env:

0 commit comments

Comments
 (0)