File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - main
77 paths-ignore :
88 - ' **/README.md'
9- schedule :
10- # Every Saturday at 2AM UTC
11- - cron : " 0 2 * * 6"
9+ # schedule:
10+ # # Every Saturday at 2AM UTC
11+ # - cron: "0 2 * * 6"
1212 pull_request :
1313 branches :
1414 - ' main'
@@ -106,17 +106,11 @@ jobs:
106106 echo '### DNF Cache purging: false' >> $GITHUB_STEP_SUMMARY
107107 fi
108108
109- - name : Get Date for creating cache key
110- id : get-date
111- shell : bash
112- run : |
113- echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
114-
115109 - name : Save DNF Cache
116110 uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
117111 with :
118112 path : ${{ env.HOST_DNF_CACHE_PATH }}
119- key : dnf-cache-${{ matrix.job.name }}-${{ steps.get-date.outputs.date }}
113+ key : dnf-cache-${{ matrix.job.name }}-${{ github.run_id }}
120114
121115 - name : Push (main)
122116 id : push-main
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ I mainly use it on all of my RustDesk repos. (Check my profile)
1010
1111## Frequency
1212
13- Build once a week.
13+ ~~ Build once a week. ~~ When new base images available.
1414
1515## Installed packages
1616
You can’t perform that action at this time.
0 commit comments