Skip to content

Commit d2a4770

Browse files
Merge pull request #171 from technote-space/technote-space-patch-1
chore: Update sync-workflows.yml
2 parents 2e5e39c + bd42a63 commit d2a4770

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sync-workflows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
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'

0 commit comments

Comments
 (0)