Skip to content

Commit

Permalink
change trigger ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Feb 8, 2024
1 parent 09435cd commit 2808739
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ on:
paths-ignore:
- '.github/workflows/publish_latest.yml'
- '.github/workflows/publish_release.yml'
- 'docker/**'
- 'doc/**'
- 'CHANGELOG.rst'
push:
paths-ignore:
- '.github/workflows/publish_latest.yml'
- '.github/workflows/publish_release.yml'
- 'docker/**'
- 'doc/**'
- 'CHANGELOG.rst'

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
paths:
- '.github/workflows/publish_latest.yml'
- 'docker/**'
push:
branches:
- main
Expand Down Expand Up @@ -68,15 +67,13 @@ jobs:
cyclus_tag=latest
- name: Checkout Cymetric
if: ${{ steps.build-cycamore.outcome == 'success' }}
uses: actions/checkout@v4
with:
repository: cyclus/cymetric
ref: tag-build-arg
path: $HOME/cymetric

- name: Build and Test Cymetric
if: ${{ steps.build-cycamore.outcome == 'success' }}
continue-on-error: true
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 2808739

Please sign in to comment.