mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore(ci): fix canary release filtering (#3907)
* checkout before using dorny filters * add runs-on: ubuntu-latest * fix
This commit is contained in:
parent
109a4a7bbe
commit
4dea2c0819
|
|
@ -11,6 +11,7 @@ jobs:
|
|||
outputs:
|
||||
packagesHaveChanged: ${{ steps.filter.outputs.packagesHaveChanged }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dorny/paths-filter@v2
|
||||
id: filter
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue