Skip to content

Commit

Permalink
chore: new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 14, 2023
1 parent 7f66580 commit 5c71961
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Main Workflow
on:
push:
schedule:
- cron: "0 0 * * 0"
jobs:
build:
name: Build
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout code from repository
uses: actions/checkout@v3
5 changes: 2 additions & 3 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
shared:
my_ci: &common_checks
- check-success=ci-one
- check-success=ci-two
- check-success=main

queue_rules:
- name: hotfix
merge_conditions: *common_checks

- name: default
merge_conditions:
- check-success=slow-ci
- check-success=main
- and: *common_checks

pull_request_rules:
Expand Down

0 comments on commit 5c71961

Please sign in to comment.