File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/tools/rust-analyzer/.github/workflows Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 publish :
14- if : ${{ github.repository == 'rust-lang/rust-analyzer' || github.event.action == 'workflow_dispatch' }}
14+ if : ${{ github.repository == 'rust-lang/rust-analyzer' || github.event_name == 'workflow_dispatch' }}
1515 name : publish
1616 runs-on : ubuntu-latest
1717 steps :
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 rust :
22- if : ${{ github.repository == 'rust-lang/rust-analyzer' || github.event.action == 'workflow_dispatch' }}
22+ if : ${{ github.repository == 'rust-lang/rust-analyzer' || github.event_name == 'workflow_dispatch' }}
2323 name : Rust
2424 runs-on : ubuntu-latest
2525 env :
Original file line number Diff line number Diff line change 99
1010jobs :
1111 publish-libs :
12- if : ${{ github.repository == 'rust-lang/rust-analyzer' || github.event.action == 'workflow_dispatch' }}
12+ if : ${{ github.repository == 'rust-lang/rust-analyzer' || github.event_name == 'workflow_dispatch' }}
1313 name : publish
1414 runs-on : ubuntu-latest
1515 steps :
Original file line number Diff line number Diff line change 2222
2323jobs :
2424 dist :
25- if : ${{ github.repository == 'rust-lang/rust-analyzer' || github.event.action == 'workflow_dispatch' }}
25+ if : ${{ github.repository == 'rust-lang/rust-analyzer' || github.event_name == 'workflow_dispatch' }}
2626 strategy :
2727 matrix :
2828 include :
@@ -139,7 +139,7 @@ jobs:
139139 path : ./dist
140140
141141 dist-x86_64-unknown-linux-musl :
142- if : ${{ github.repository == 'rust-lang/rust-analyzer' || github.event.action == 'workflow_dispatch' }}
142+ if : ${{ github.repository == 'rust-lang/rust-analyzer' || github.event_name == 'workflow_dispatch' }}
143143 name : dist (x86_64-unknown-linux-musl)
144144 runs-on : ubuntu-latest
145145 env :
@@ -185,7 +185,7 @@ jobs:
185185 path : ./dist
186186
187187 publish :
188- if : ${{ github.repository == 'rust-lang/rust-analyzer' || github.event.action == 'workflow_dispatch' }}
188+ if : ${{ github.repository == 'rust-lang/rust-analyzer' || github.event_name == 'workflow_dispatch' }}
189189 name : publish
190190 runs-on : ubuntu-latest
191191 needs : ["dist", "dist-x86_64-unknown-linux-musl"]
You can’t perform that action at this time.
0 commit comments