diff options
author | yedpodtrzitko <yed@vanyli.net> | 2023-04-04 20:56:53 +0700 |
---|---|---|
committer | yedpodtrzitko <yed@vanyli.net> | 2023-04-04 22:05:15 +0700 |
commit | 93b7bcb33da2c2395e51b097922240e76e9def71 (patch) | |
tree | 7a05c893e90c585733b541cd11f85555b3f8c7ca /.github/workflows/web_builds.yml | |
parent | ef025711a694071a1407b5035a6fe3e67c2a5b07 (diff) | |
download | redot-engine-93b7bcb33da2c2395e51b097922240e76e9def71.tar.gz |
ci: wait for static check results before starting builds
Diffstat (limited to '.github/workflows/web_builds.yml')
-rw-r--r-- | .github/workflows/web_builds.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/web_builds.yml b/.github/workflows/web_builds.yml index 39f7b7657a..24cb0adac8 100644 --- a/.github/workflows/web_builds.yml +++ b/.github/workflows/web_builds.yml @@ -1,5 +1,6 @@ name: 🌐 Web Builds -on: [push, pull_request] +on: + workflow_call: # Global Settings env: |