Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ab590df

Browse files
authored
fix(workflow): ensure workflow cron
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
1 parent 0ff6bde commit ab590df

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/sync-api.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
with:
1414
ref: main
1515

16-
- name: Setup Pages
17-
uses: actions/configure-pages@v2
18-
1916
- name: Setup Node.js
2017
uses: actions/setup-node@v3
2118
with:
@@ -25,7 +22,7 @@ jobs:
2522
- name: Install NPM packages
2623
run: npm ci
2724

28-
- name: 'Retrieve Sync API specifications'
25+
- name: 'Sync API specifications'
2926
shell: bash
3027
run: |
3128
npm run sync-api

0 commit comments

Comments
 (0)