From c5ecbaf43f740d636490b075637b3dadd11c9010 Mon Sep 17 00:00:00 2001 From: Paul Hutelmyer Date: Thu, 11 Jul 2024 11:11:31 -0400 Subject: [PATCH 1/2] Delete build_strelka_daily.yml --- .github/workflows/build_strelka_daily.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/build_strelka_daily.yml diff --git a/.github/workflows/build_strelka_daily.yml b/.github/workflows/build_strelka_daily.yml deleted file mode 100644 index 8d04ea9b..00000000 --- a/.github/workflows/build_strelka_daily.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: "Daily Build" -on: - schedule: - - cron: '0 2 * * *' -jobs: - strelka: - name: "Build Strelka (Nightly)" - env: - DOCKER_BUILDKIT: 1 - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@master - - name: Builds Strelka - run: docker-compose -f build/docker-compose.yaml build From b85a6dd78759d9078fb4d9fa2dd0fce1be0d4ff2 Mon Sep 17 00:00:00 2001 From: Paul Hutelmyer Date: Thu, 11 Jul 2024 11:11:44 -0400 Subject: [PATCH 2/2] Update README Actions Reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2805a39e..8312e176 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ Links [wiki]:https://target.github.io/strelka/#/ "Strelka Documentation ➶" [repo]:https://github.com/target/strelka "Strelka Repository ➶" [slack]:https://join.slack.com/t/cfc-open-source/shared_invite/zt-e54crchh-a6x4iDy18D5lVwFKQoEeEQ "Slack (external link) ➶" -[actions-ci]:https://github.com/target/strelka/actions/workflows/build_strelka_daily.yml "Github Actions ➶" +[actions-ci]:https://github.com/target/strelka/actions/workflows/build_strelka_nightly.yml "Github Actions ➶" [pr]:https://github.com/target/strelka/pulls "Strelka Pull Requests ➶" [license]:https://github.com/target/strelka/blob/master/LICENSE "Strelka License File ➶" [docker]:https://www.docker.com/ "Docker (external link) ➶"