Skip to content

Commit

Permalink
Merge pull request #188 from CatalaLang/self-hosted-ci-2
Browse files Browse the repository at this point in the history
Better dispatching of full build CI
  • Loading branch information
denismerigoux authored Feb 3, 2022
2 parents b71e23d + ba8d3df commit 1dae73b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: FullBuildCI
on:
push:
branches: [master]
issue_comment:
types: [created, edited, deleted]
workflow_dispatch:

jobs:
build-nix-21-05:
if: contains(github.event.comment.html_url, '/pull/') && contains(github.event.comment.body, '+build')
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand All @@ -20,7 +18,6 @@ jobs:
- run: nix-shell --run "echo OK"

build-nix-unstable:
if: contains(github.event.comment.html_url, '/pull/') && contains(github.event.comment.body, '+build')
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 1dae73b

Please sign in to comment.