Skip to content

Commit

Permalink
✨ Improved YAML Search
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Jun 21, 2023
1 parent e383d2c commit aaa0261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: ["**"]
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
- .github/workflows/tests.yaml
schedule:
- cron: 0 12 1 * *
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-suite:
runs-on: ubuntu-latest
Expand All @@ -27,10 +30,6 @@ jobs:
- { name: Python 3.10, python: "3.10" }
- { name: Python 3.9, python: "3.9" }
- { name: Python 3.8, python: "3.8" }
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
CAMPLY_LOG_HANDLER: PYTHON
steps:
Expand Down

0 comments on commit aaa0261

Please sign in to comment.