We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6ae37 commit 6aeee01Copy full SHA for 6aeee01
.github/workflows/ecosystem-ci.yml
@@ -20,7 +20,7 @@ permissions:
20
jobs:
21
changes:
22
runs-on: ubuntu-latest
23
- if: github.repository == 'web-infra-dev/rsbuild' && github.event_name != 'workflow_dispatch'
+ if: github.repository == 'web-infra-dev/rslib' && github.event_name != 'workflow_dispatch'
24
outputs:
25
changed: ${{ steps.changes.outputs.changed }}
26
steps:
0 commit comments