Skip to content

Commit

Permalink
Address @derobins comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 13, 2024
1 parent 4e6aa04 commit e4015a0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/lin-auto-jl.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
name: lin auto jl

on:
workflow_dispatch:
push:
branches:
- develop
pull_request:
branches: [ develop ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
- 'doc/**'
- 'release_docs/**'
- 'ACKNOWLEDGEMENTS'
- 'COPYING**'
- '**.md'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
cancel-in-progress: true

permissions:
contents: read
Expand Down
17 changes: 15 additions & 2 deletions .github/workflows/lin-jl.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
name: lin jl

on:
workflow_dispatch:
push:
branches:
- develop
pull_request:
branches: [ develop ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
- 'doc/**'
- 'release_docs/**'
- 'ACKNOWLEDGEMENTS'
- 'COPYING**'
- '**.md'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
cancel-in-progress: true

permissions:
contents: read
Expand Down

0 comments on commit e4015a0

Please sign in to comment.