We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6787be commit f6edceeCopy full SHA for f6edcee
.github/workflows/ci.yml
@@ -129,10 +129,13 @@ jobs:
129
CRE_API_KEY: ${{ secrets.CRE_CLI_API_KEY }}
130
run: ./scripts/e2e/simulate-hello-world.sh
131
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
+ # Disabled: depends on external swapi.info which causes consensus
+ # aggregator failures. Re-enable once we set up an HTTP service we
+ # control for this workflow.
+ # - 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
139
140
- name: E2E - Simulate log-trigger workflow
141
env:
0 commit comments