diff --git a/.github/workflows/build-latest-aurora.yml b/.github/workflows/build-latest-aurora.yml index 4a51c0deef0..4df95903220 100644 --- a/.github/workflows/build-latest-aurora.yml +++ b/.github/workflows/build-latest-aurora.yml @@ -7,13 +7,11 @@ on: - testing paths-ignore: - '**.md' - - 'system_files/silverblue/**' push: branches: - main paths-ignore: - '**.md' - - 'system_files/silverblue/**' schedule: - cron: '40 4 * * *' # 4:40 UTC everyday workflow_dispatch: diff --git a/.github/workflows/build-latest-bluefin.yml b/.github/workflows/build-latest-bluefin.yml index dbbabf58e55..f7c26d09ab8 100644 --- a/.github/workflows/build-latest-bluefin.yml +++ b/.github/workflows/build-latest-bluefin.yml @@ -7,13 +7,11 @@ on: - testing paths-ignore: - '**.md' - - 'system_files/kinoite/**' push: branches: - main paths-ignore: - '**.md' - - 'system_files/kinoite/**' schedule: - cron: '40 4 * * *' # 4:40 UTC everyday workflow_dispatch: