File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 99 # Allows you to run this workflow manually from the Actions tab
1010 workflow_dispatch :
1111
12+ schedule :
13+ # Daily
14+ - cron : ' 0 0 * * *'
15+
1216# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1317permissions :
1418 contents : read
Original file line number Diff line number Diff line change @@ -59,9 +59,7 @@ dl_ () {
5959}
6060
6161dl_ apitrace-ubuntu-18.04 apitrace-latest-Linux.tar.bz2
62- # dl_ apitrace-ubuntu-arm64 apitrace-latest-Linux-arm64.tar.bz2
63- # dl_ apitrace-win32 apitrace-latest-win32.7z
64- # dl_ apitrace-win64 apitrace-latest-win64.7z
62+ dl_ apitrace-ubuntu-arm64 apitrace-latest-Linux-arm64.tar.bz2
6563dl_ apitrace-win32-x86 apitrace-latest-win32.7z
6664dl_ apitrace-win64-x86 apitrace-latest-win64.7z
6765dl_ apitrace-win64-arm apitrace-latest-win64-arm.7z
You can’t perform that action at this time.
0 commit comments