Skip to content

Commit

Permalink
chore: update ci for playground
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Sep 27, 2024
1 parent 26b422f commit a9dda7b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish experimental Docker image
on:
push:
branches:
- auth
- playground

jobs:
push_to_registry:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ env:

on:
push:
branches: [auth, main]
branches: [ main, playground ]
pull_request:
branches: [auth, main]
branches: [ main, playground ]
jobs:
test:
timeout-minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Python CI

on:
push:
branches: [main, auth]
branches: [ main, playground ]
pull_request:
paths:
- "src/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- 5432:5432
steps:
- uses: actions/checkout@v4
with:
ref: playground
- uses: actions/setup-python@v5
with:
python-version: 3.9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Typescript CI

on:
push:
branches: [main, auth]
branches: [ main, playground ]
pull_request:
paths:
- "app/**"
Expand Down

0 comments on commit a9dda7b

Please sign in to comment.