Skip to content

Commit f54bf55

Browse files
authored
Give unique names to post-jobs (#2337)
1 parent 26668f7 commit f54bf55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
ghcide/bench-results/**/*.eventlog
160160
ghcide/bench-results/**/*.hp
161161
162-
post_job:
162+
bench_post_job:
163163
if: always()
164164
runs-on: ubuntu-latest
165165
needs: [pre_job, bench_init, bench_example]

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: ${{ env.HAS_TOKEN == 'true' }}
108108
run: nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server
109109

110-
post_job:
110+
nix_post_job:
111111
if: always()
112112
runs-on: ubuntu-latest
113113
needs: [pre_job, develop, build]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
name: Test hls-hlint-plugin test suite
225225
run: cabal test hls-hlint-plugin --test-options="-j1 --rerun-update" || cabal test hls-hlint-plugin --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-hlint-plugin --test-options="-j1 --rerun"
226226

227-
post_job:
227+
test_post_job:
228228
if: always()
229229
runs-on: ubuntu-latest
230230
needs: [pre_job, test]

0 commit comments

Comments
 (0)