mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 03:12:35 +02: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
1 changed files with 1 additions and 0 deletions
1
.github/workflows/canary-releases.yml
vendored
1
.github/workflows/canary-releases.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue