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 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) ➶"