Skip to content

Commit 78a7d59

Browse files
committed
No schedule since pinned digest for base image
1 parent 65791e9 commit 78a7d59

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/build_all.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)