Skip to content

Commit

Permalink
Rename CI things
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Oct 16, 2023
1 parent 48492f1 commit 2d4252b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions .github/workflows/on-push-to-master-or-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: Compile, test and check the docs

on:
push:
branches:
Expand All @@ -13,5 +11,5 @@ jobs:
secrets: inherit

check:
uses: ./.github/workflows/build-and-test.yaml
uses: ./.github/workflows/check.yaml
secrets: inherit
4 changes: 1 addition & 3 deletions .github/workflows/on-push-to-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: Release the lib to Hackage

on:
push:
branches:
Expand All @@ -19,7 +17,7 @@ jobs:
secrets: inherit

check:
uses: ./.github/workflows/build-and-test.yaml
uses: ./.github/workflows/check.yaml
secrets: inherit

release:
Expand Down

0 comments on commit 2d4252b

Please sign in to comment.