diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 00:24:45 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 00:24:45 +0100 |
| commit | c47d3ffd0e7807c08e7d39684461a259a634eb0d (patch) | |
| tree | 234f98469303a163f9b76a476fb9ddd24eaa1e4b /.github/workflows/build.yml | |
| parent | eeae3c45688950524e3b3a490317aa717a3080b9 (diff) | |
ci: Use ci-success
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23a46e6..21b6ff4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -434,7 +434,7 @@ jobs: name: If CI passes, merge master branch into release/vX runs-on: ubuntu-22.04 needs: - - ci + - ci-success - parseversion # Only run this when pushing to master branch |
