Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
carles-grafana committed Dec 18, 2024
1 parent 5ec9139 commit eab8992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
permissions:
pull-requests: read
outputs:
drone: ${{ steps.filter.outputs.not_only_drone }}
not_only_drone: ${{ steps.filter.outputs.not_only_drone }}
steps:
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
with:
predicate-quantifier: every
filters: |
not_only_drone:
- '!.drone/**'
Expand Down

0 comments on commit eab8992

Please sign in to comment.