Skip to content

Commit

Permalink
Fix format test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Aug 1, 2024
1 parent 1e56aac commit f762101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
pull_request:
branches:
- '*'
- "*"
workflow_dispatch:
inputs:
target:
Expand All @@ -21,7 +21,7 @@ on:
type: boolean
default: true
schedule:
- cron: '0 16 * * SUN'
- cron: "0 16 * * SUN"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -38,7 +38,7 @@ env:
jobs:
pre_commit:
name: Run pre-commit
runs-on: 'ubuntu-latest'
runs-on: "ubuntu-latest"
steps:
- uses: holoviz-dev/holoviz_tasks/pre-commit@v0

Expand Down

0 comments on commit f762101

Please sign in to comment.