Skip to content

Commit

Permalink
Run the main CI at 6pm and open a control issue in case it fails (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira authored Jun 28, 2024
1 parent c4d1590 commit 96a9137
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ name: CI
branches:
- "*"
workflow_dispatch: {}
schedule:
- cron: 0 18 * * *

concurrency:
group: ${{github.workflow}}-${{github.ref}}
Expand Down Expand Up @@ -44,3 +46,9 @@ jobs:
- name: Check if build left artifacts
run: git diff --exit-code

- name: Notify on failed build
uses: jayqi/failed-build-issue-action@v1.2.0
if: failure() && github.event.pull_request == null
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 96a9137

Please sign in to comment.