Skip to content

Commit

Permalink
- run only daily
Browse files Browse the repository at this point in the history
  • Loading branch information
cont1nuity committed Feb 16, 2024
1 parent c5f534b commit 1f88b98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/TOCBump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Update TOC Interface version(s)
on:
schedule:
- cron: 0 12 * * *
push:
branches:
- master
# push:
# branches:
# - master

jobs:
run:
Expand All @@ -14,21 +14,21 @@ jobs:
- name: Clone project
uses: actions/checkout@v4

- name: Update TOC Interface version
- name: Update TOC Interface version classic
uses: cont1nuity/toc-interface-updater@master
with:
flavor: classic # this is the default
future: false # this is optional
replaceflavor: true # this is optional

- name: Update TOC Interface version
- name: Update TOC Interface version classic_era
uses: cont1nuity/toc-interface-updater@master
with:
flavor: classic_era # this is the default
future: false # this is optional
replaceflavor: true # this is optional

- name: Update TOC Interface version
- name: Update TOC Interface version retail
uses: cont1nuity/toc-interface-updater@master
with:
flavor: retail # this is the default
Expand Down

0 comments on commit 1f88b98

Please sign in to comment.