Skip to content

Commit

Permalink
Address @derobins review
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Oct 13, 2023
1 parent 4121e3c commit c94395e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/linux-auto-aocc-ompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,26 @@ name: linux autotools aocc ompi

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

# Using concurrency to cancel any in-progress job or run
concurrency:
group: ${{ github.workflow }}-${{ github.sha || github.event.pull_request.number }}
cancel-in-progress: true

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c94395e

Please sign in to comment.