Skip to content

Commit

Permalink
Enable mps on push on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Feb 26, 2024
1 parent 1226279 commit 44c24d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/full_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:
schedule:
- cron: "0 6 * * *" # Everyday at 6:00am UTC/10:00pm PST
push:
branches:
- aki-ci-mps

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/latest_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- master
- aki-ci-mps
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/minimal_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- master
- aki-ci-mps
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prev_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- master
- aki-ci-mps
pull_request:

jobs:
Expand Down

0 comments on commit 44c24d5

Please sign in to comment.