Skip to content

Commit

Permalink
Merge pull request #2339 from dusk-network/ci-copy-artifact
Browse files Browse the repository at this point in the history
CI: remove changes job from rusk binary copy CI
  • Loading branch information
Fulviuus authored Sep 10, 2024
2 parents e385915 + b5b25ce commit 5b9e98a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/binary_copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,7 @@ on:

jobs:
# Job to run change detection
changes:
runs-on: core
permissions:
pull-requests: read
outputs:
run-ci: ${{ steps.filter.outputs.run-ci }}
steps:
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
run-ci:
- 'rusk/**'
- 'node/**'
- '.github/workflows/binary_copy.yml'
build:
needs: changes
if: needs.changes.outputs.run-ci == 'true'
name: Make rusk
runs-on: core
steps:
Expand Down

0 comments on commit 5b9e98a

Please sign in to comment.