From 7f1306913cb265cc7fd90ca710c5d95485294d90 Mon Sep 17 00:00:00 2001 From: geemus Date: Sun, 21 Jan 2024 08:40:22 -0600 Subject: [PATCH 1/3] cleanup labels and comments in ci workflow --- .github/workflows/ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f104a6c..d1dc7c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,3 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. -# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake -# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby - -name: CI - on: push: branches: [ master ] @@ -16,5 +7,5 @@ on: - cron: '0 0 * * 1' # At 00:00 on Monday. jobs: - test: + CI: uses: fog/.github/.github/workflows/ci.yml@v1.4.0 From 06b126c03c1f23460117a5c7dcb66270a548d323 Mon Sep 17 00:00:00 2001 From: geemus Date: Sun, 21 Jan 2024 08:41:15 -0600 Subject: [PATCH 2/3] add workflow name back --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1dc7c5..e8b3a61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,5 @@ +name: CI + on: push: branches: [ master ] From f9ffb4ddd6b5b46d7c1e8841fdc55b48e7213da1 Mon Sep 17 00:00:00 2001 From: geemus Date: Sun, 21 Jan 2024 08:41:53 -0600 Subject: [PATCH 3/3] continue to revise wording --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8b3a61..40369ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,5 @@ on: - cron: '0 0 * * 1' # At 00:00 on Monday. jobs: - CI: + Shared: uses: fog/.github/.github/workflows/ci.yml@v1.4.0