From 136b6024ea6731b3e089141ef8988252493d8ed1 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Tue, 30 May 2023 09:58:58 +0200 Subject: [PATCH] ci: make sure workflow does not disable --- .github/workflows/status.yml | 5 ++++- .later.yml | 7 ------- 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 .later.yml diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index e54e1ee..171b4b6 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -18,6 +18,9 @@ jobs: with: token: ${{ secrets.BOT_ACCESS_TOKEN }} + - name: Write time + run: date >| .github/STATUSDATE + - name: Setup ruby uses: ruby/setup-ruby@v1 with: @@ -34,7 +37,7 @@ jobs: with: author_name: GitHub Actions author_email: github@webhippie.de - add: STATUS.md + add: STATUS.md .github/STATUSDATE message: "docs: automated status update [skip ci]" push: true commit: --signoff diff --git a/.later.yml b/.later.yml deleted file mode 100644 index 07e8dc4..0000000 --- a/.later.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -rules: - exclude_files: - - molecule/ubuntu/tests - - README.md - -...