diff options
author | ciprianbadescu <51971875+ciprianbadescu@users.noreply.github.com> | 2021-12-22 16:59:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 16:59:18 +0200 |
commit | 515ae9466b33dcde8018588c389750834f49214d (patch) | |
tree | ab09773fae0c4fb9fe1be2b2ea54cd1659ab2ce7 | |
parent | cd62940cb58f867bf56e4d2e56051d9cfebf22a9 (diff) | |
parent | d6c97d7a25d6eb8c18af62211c70849fdc46b664 (diff) | |
download | puppet-sshkeys_core-515ae9466b33dcde8018588c389750834f49214d.tar.gz puppet-sshkeys_core-515ae9466b33dcde8018588c389750834f49214d.tar.bz2 |
Merge pull request #53 from luchihoratiu/remove_scheduled_from_gha_workflow
(MODULES-11073) Remove `on schedule` from GHA workflow
-rw-r--r-- | .github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml b/.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml index 9567494..fa160c7 100644 --- a/.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml +++ b/.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml @@ -2,8 +2,6 @@ name: '[Daily] Unit Tests with nightly Puppet gem' on: - schedule: - - cron: '0 5 * * 1-5' workflow_dispatch: jobs: |