File tree Expand file tree Collapse file tree
src/tools/rust-analyzer/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212jobs :
1313publish :
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' }}
1515name : publish
1616runs-on : ubuntu-latest
1717steps :
Original file line number Diff line number Diff line change 1919
2020jobs :
2121rust :
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' }}
2323name : Rust
2424runs-on : ubuntu-latest
2525env :
Original file line number Diff line number Diff line change 99
1010jobs :
1111publish-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' }}
1313name : publish
1414runs-on : ubuntu-latest
1515steps :
Original file line number Diff line number Diff line change 2222
2323jobs :
2424dist :
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' }}
2626strategy :
2727matrix :
2828include :
@@ -139,7 +139,7 @@ jobs:
139139path : ./dist
140140
141141dist-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' }}
143143name : dist (x86_64-unknown-linux-musl)
144144runs-on : ubuntu-latest
145145env :
@@ -185,7 +185,7 @@ jobs:
185185path : ./dist
186186
187187publish :
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' }}
189189name : publish
190190runs-on : ubuntu-latest
191191needs : ["dist", "dist-x86_64-unknown-linux-musl"]
You can’t perform that action at this time.
0 commit comments