Skip to content

Commit

Permalink
Merge pull request #362 from product-os/ab77/operational
Browse files Browse the repository at this point in the history
Only depend on event_types
  • Loading branch information
ab77 authored Dec 6, 2022
2 parents 4337bc9 + 56da097 commit 6cd5f81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 1 addition & 16 deletions flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2269,22 +2269,7 @@ jobs:
name: Standardise repository settngs
runs-on: ${{ fromJSON(inputs.runs_on) }}
timeout-minutes: ${{ fromJSON(inputs.jobs_timeout_minutes) }}
needs:
[
balena_publish,
custom_publish,
custom_test,
python_test,
docker_test,
event_types,
npm_publish,
npm_test,
cargo_test,
cargo_publish,
github_publish,
project_types,
versioned_source,
]
needs: [event_types]
if: |
needs.event_types.outputs.do_final == 'true' &&
needs.repo_config == 'true'
Expand Down

0 comments on commit 6cd5f81

Please sign in to comment.