We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3839f0 commit 3208caaCopy full SHA for 3208caa
1 file changed
.github/workflows/build.yml
@@ -77,3 +77,8 @@ jobs:
77
run: cabal test all --test-show-details=direct
78
env:
79
HSPEC_OPTIONS: --color
80
+
81
+ success:
82
+ needs: [build]
83
+ runs-on: ubuntu-latest
84
+ steps: [run: echo success]
0 commit comments