diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2026-03-28 17:24:08 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2026-03-28 17:24:08 +0100 |
| commit | 9b0fcf8846396417ff0f574bc2c3da7caa72d01a (patch) | |
| tree | e3345c62dceae3422bcfa13be557eac9ace03cfd | |
| parent | a9a4e2af4f1174a2bf8c38f6c30880392ca50ea6 (diff) | |
| parent | 3b603f0f4cd0a696a17a10486bcc65d6b9446b36 (diff) | |
Merge branch 'main' into emacs-31
| -rw-r--r-- | .github/workflows/makefile.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index d3e96ac..036f30d 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -12,6 +12,9 @@ on: schedule: - cron: "0 7 * * 0" +permissions: + contents: read + jobs: test: name: 'Compile and Test' |
