mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-01 06:06:09 +08:00
ci: Dummy job to satisfy requirements
This commit is contained in:
6
.github/workflows/pr.yml
vendored
6
.github/workflows/pr.yml
vendored
@@ -64,3 +64,9 @@ jobs:
|
||||
|
||||
echo "::error::This PR must either modify CHANGELOG.md or have the 'no-changelog' label."
|
||||
exit 1
|
||||
|
||||
postBuild: # just a job with the same name as in the merge queue build to satisfy requirements
|
||||
runs-on: ubuntu-latest
|
||||
needs: [checks, doxygen, changelog]
|
||||
steps:
|
||||
- run: true
|
||||
|
||||
Reference in New Issue
Block a user