Skip to content

Commit

Permalink
fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jun 3, 2024
1 parent 9975bb8 commit 2ad1140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rebuildcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: read
outputs:
preflight: ${{ steps.filter.outputs.preflight }}
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -34,6 +32,8 @@ jobs:
src:
- 'src/harpy/conda_deps.py'
- 'src/harpy/containerize.smk'
outputs:
src: ${{ steps.changes.outputs.src }}

pkgbuild:
needs: changes
Expand Down

0 comments on commit 2ad1140

Please sign in to comment.