mirror of
https://github.com/clangd/clangd.git
synced 2025-06-05 15:54:59 +00:00
Backport the typo fix
This commit is contained in:
parent
69f799fdfa
commit
0b3318b09f
2
.github/workflows/autobuild.yaml
vendored
2
.github/workflows/autobuild.yaml
vendored
@ -93,7 +93,7 @@ jobs:
|
||||
name: Create release
|
||||
runs-on: ubuntu-latest
|
||||
needs: [schedule_environment, workflow_dispatch_environment]
|
||||
if: always() && (needs.schedule_environment.result == 'success' || needs.workflow_dispatch_environment == 'success')
|
||||
if: always() && (needs.schedule_environment.result == 'success' || needs.workflow_dispatch_environment.result == 'success')
|
||||
steps:
|
||||
- name: Fetch environment variables
|
||||
uses: actions/download-artifact@v1
|
||||
|
Loading…
Reference in New Issue
Block a user