Skip to content

Commit

Permalink
test(ci): change branch name in v3 workflows (zarr-developers#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman authored Oct 15, 2024
1 parent 840a3f7 commit fe752a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gpu_test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: GPU Test V3
name: GPU Test

on:
push:
branches: [ v3 ]
branches: [ main ]
pull_request:
branches: [ v3 ]
branches: [ main ]
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/hypothesis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- "main"
- "v3"
pull_request:
branches:
- "main"
- "v3"
types: [opened, reopened, synchronize, labeled]
schedule:
- cron: "0 0 * * *" # Daily “At 00:00” UTC
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Test V3
name: Test

on:
push:
branches: [ v3 ]
branches: [ main ]
pull_request:
branches: [ v3 ]
branches: [ main ]
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit fe752a2

Please sign in to comment.