Skip to content

Commit

Permalink
Enable GHA on pre-chrobalt
Browse files Browse the repository at this point in the history
b/370776046

Change-Id: Iced932222ef8dbd5cb52d78c82a0ef07cfa440ca
  • Loading branch information
oxve committed Oct 3, 2024
1 parent 96e82a5 commit c1d6aae
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- pre-chrobalt
- feature/*
push:
branches:
- main
- pre-chrobalt
- feature/*
schedule:
# GMT timezone.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- synchronize
push:
branches:
- main
- pre-chrobalt
- feature/*

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/evergreen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- pre-chrobalt
- feature/*
push:
branches:
- main
- pre-chrobalt
- feature/*
schedule:
# GMT timezone.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- pre-chrobalt
- feature/*

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- synchronize
push:
branches:
- main
- pre-chrobalt
- feature/*

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- pre-chrobalt
- feature/*
push:
branches:
- main
- pre-chrobalt
- feature/*
schedule:
# GMT timezone.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- pre-chrobalt
- feature/*

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/raspi-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- pre-chrobalt
- feature/*
push:
branches:
- main
- pre-chrobalt
- feature/*
schedule:
# GMT timezone.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- pre-chrobalt
- feature/*
push:
branches:
- main
- pre-chrobalt
- feature/*
workflow_dispatch:
inputs:
Expand Down

0 comments on commit c1d6aae

Please sign in to comment.