File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11on :
22 schedule :
3- - cron : 0 15 * * 4
3+ - cron : 0 12 * * 4
44 repository_dispatch :
55 types : [sync-workflows]
66
@@ -22,10 +22,10 @@ jobs:
2222
2323 bash .github/workflows/.tmp/workflows/js-repo/copy.sh release-pages-releases
2424 sed -i 's/cron:.\+$/cron: 0 3 * * 6/' .github/workflows/update-dependencies.yml
25- sed -i "s/target: \['npm', 'gpr'\]/target: ['npm']/" .github/workflows/release .yml
26- sed -i "/GH_PAGES_PLUGIN_SCRIPT/d" .github/workflows/release .yml
27- sed -i "/GH_PAGES_TEMPLATE/d" .github/workflows/release .yml
28- sed -i "s/GH_PAGES_TITLE:.*$/GH_PAGES_TITLE: jQuery Marker Animation/" .github/workflows/release .yml
25+ sed -i "s/target: \['npm', 'gpr'\]/target: ['npm']/" .github/workflows/ci .yml
26+ sed -i "/GH_PAGES_PLUGIN_SCRIPT/d" .github/workflows/ci .yml
27+ sed -i "/GH_PAGES_TEMPLATE/d" .github/workflows/ci .yml
28+ sed -i "s/GH_PAGES_TITLE:.*$/GH_PAGES_TITLE: jQuery Marker Animation/" .github/workflows/ci .yml
2929
3030 rm -rdf .github/workflows/.tmp
3131 COMMIT_MESSAGE : ' chore: sync workflows'
You can’t perform that action at this time.
0 commit comments