mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 18:22:05 +03:00
Rename CI things
This commit is contained in:
parent
48492f17f3
commit
e8c8eb126f
@ -5,7 +5,7 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
test:
|
||||
check:
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
@ -1,5 +1,3 @@
|
||||
name: Compile, test and check the docs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -13,5 +11,5 @@ jobs:
|
||||
secrets: inherit
|
||||
|
||||
check:
|
||||
uses: ./.github/workflows/build-and-test.yaml
|
||||
uses: ./.github/workflows/check.yaml
|
||||
secrets: inherit
|
||||
|
4
.github/workflows/on-push-to-release.yaml
vendored
4
.github/workflows/on-push-to-release.yaml
vendored
@ -1,5 +1,3 @@
|
||||
name: Release the lib to Hackage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -19,7 +17,7 @@ jobs:
|
||||
secrets: inherit
|
||||
|
||||
check:
|
||||
uses: ./.github/workflows/build-and-test.yaml
|
||||
uses: ./.github/workflows/check.yaml
|
||||
secrets: inherit
|
||||
|
||||
release:
|
||||
|
Loading…
Reference in New Issue
Block a user