From 776af7bf8d124c5ad912a1b4375eff3468d279f1 Mon Sep 17 00:00:00 2001 From: Samuel Felton Date: Tue, 28 May 2024 00:12:04 +0200 Subject: [PATCH] Fix typo in pull request event types --- .github/workflows/coverage.yml | 2 +- .github/workflows/ios.yml | 2 +- .github/workflows/macos-linux-conda.yml | 2 +- .github/workflows/macos-ustk.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/other-arch-isolated.yml | 2 +- .github/workflows/other-arch.yml | 2 +- .github/workflows/ubuntu-3rdparty.yml | 2 +- .github/workflows/ubuntu-contrib.yml | 2 +- .github/workflows/ubuntu-dep-apt.yml | 2 +- .github/workflows/ubuntu-dep-src.yml | 2 +- .github/workflows/ubuntu-isolated.yml | 2 +- .github/workflows/ubuntu-sanitizers.yml | 2 +- .github/workflows/ubuntu-ustk.yml | 2 +- .github/workflows/ubuntu-venv.yml | 2 +- .github/workflows/valgrind.yml | 2 +- .github/workflows/windows-clang.yaml | 2 +- .github/workflows/windows-conda.yml | 2 +- .github/workflows/windows-msvc.yaml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 92e4af3097..c8d2d7281d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -3,7 +3,7 @@ name: Code-coverage # https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index c9d1f74f64..d91f0ed1b0 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -3,7 +3,7 @@ name: iOS # https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml index f5be68c1b3..e87580be47 100644 --- a/.github/workflows/macos-linux-conda.yml +++ b/.github/workflows/macos-linux-conda.yml @@ -2,7 +2,7 @@ name: MacOS-Linux-conda-CI on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/macos-ustk.yml b/.github/workflows/macos-ustk.yml index 0acf0190d8..2ae924f511 100644 --- a/.github/workflows/macos-ustk.yml +++ b/.github/workflows/macos-ustk.yml @@ -3,7 +3,7 @@ name: MacOS-ustk # https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2c0bfb8339..73a4c7f14d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -3,7 +3,7 @@ name: MacOS # https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/other-arch-isolated.yml b/.github/workflows/other-arch-isolated.yml index 537539ce5d..4592dc6008 100644 --- a/.github/workflows/other-arch-isolated.yml +++ b/.github/workflows/other-arch-isolated.yml @@ -4,7 +4,7 @@ name: Other-architectures-isolated # https://github.com/uraimo/run-on-arch-action on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/other-arch.yml b/.github/workflows/other-arch.yml index 35b5120f3a..3bb2f741bd 100644 --- a/.github/workflows/other-arch.yml +++ b/.github/workflows/other-arch.yml @@ -4,7 +4,7 @@ name: Other-architectures # https://github.com/uraimo/run-on-arch-action on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/ubuntu-3rdparty.yml b/.github/workflows/ubuntu-3rdparty.yml index 9c50160d72..ce80687b78 100644 --- a/.github/workflows/ubuntu-3rdparty.yml +++ b/.github/workflows/ubuntu-3rdparty.yml @@ -3,7 +3,7 @@ name: Ubuntu-3rdparty # https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/ubuntu-contrib.yml b/.github/workflows/ubuntu-contrib.yml index fc5da55185..f949c14557 100644 --- a/.github/workflows/ubuntu-contrib.yml +++ b/.github/workflows/ubuntu-contrib.yml @@ -3,7 +3,7 @@ name: Ubuntu-contrib # https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/ubuntu-dep-apt.yml b/.github/workflows/ubuntu-dep-apt.yml index 300ed50b79..a6d23f30dd 100644 --- a/.github/workflows/ubuntu-dep-apt.yml +++ b/.github/workflows/ubuntu-dep-apt.yml @@ -3,7 +3,7 @@ name: Ubuntu-dep-apt # https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/ubuntu-dep-src.yml b/.github/workflows/ubuntu-dep-src.yml index 2032fae33e..acd92084bc 100644 --- a/.github/workflows/ubuntu-dep-src.yml +++ b/.github/workflows/ubuntu-dep-src.yml @@ -3,7 +3,7 @@ name: Ubuntu-dep-src # https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/ubuntu-isolated.yml b/.github/workflows/ubuntu-isolated.yml index d1e8732dca..deb166eadc 100644 --- a/.github/workflows/ubuntu-isolated.yml +++ b/.github/workflows/ubuntu-isolated.yml @@ -4,7 +4,7 @@ name: Ubuntu-isolated # https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/ubuntu-sanitizers.yml b/.github/workflows/ubuntu-sanitizers.yml index ff1654e35e..34bc310b80 100644 --- a/.github/workflows/ubuntu-sanitizers.yml +++ b/.github/workflows/ubuntu-sanitizers.yml @@ -2,7 +2,7 @@ name: Ubuntu-sanitizers on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: # https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#scheduled-events # * is a special character in YAML so you have to quote this string diff --git a/.github/workflows/ubuntu-ustk.yml b/.github/workflows/ubuntu-ustk.yml index 0229495a07..2a5a539db6 100644 --- a/.github/workflows/ubuntu-ustk.yml +++ b/.github/workflows/ubuntu-ustk.yml @@ -3,7 +3,7 @@ name: Ubuntu-ustk # https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/ubuntu-venv.yml b/.github/workflows/ubuntu-venv.yml index 4b82406420..e738293c4d 100644 --- a/.github/workflows/ubuntu-venv.yml +++ b/.github/workflows/ubuntu-venv.yml @@ -3,7 +3,7 @@ name: Ubuntu-python-bindings-venv # https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index df653c43e3..824a1d33d4 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -3,7 +3,7 @@ name: Ubuntu-valgrind # https://www.jeffgeerling.com/blog/2020/running-github-actions-workflow-on-schedule-and-other-events on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] schedule: - cron: '0 2 * * SUN' diff --git a/.github/workflows/windows-clang.yaml b/.github/workflows/windows-clang.yaml index a216c19c64..c80a82dee4 100644 --- a/.github/workflows/windows-clang.yaml +++ b/.github/workflows/windows-clang.yaml @@ -1,7 +1,7 @@ name: Windows - clang on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] # https://stackoverflow.com/questions/66335225/how-to-cancel-previous-runs-in-the-pr-when-you-push-new-commitsupdate-the-curre#comment133398800_72408109 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency diff --git a/.github/workflows/windows-conda.yml b/.github/workflows/windows-conda.yml index d8637b4833..9f44db81e1 100644 --- a/.github/workflows/windows-conda.yml +++ b/.github/workflows/windows-conda.yml @@ -2,7 +2,7 @@ name: Windows-conda-CI on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/windows-msvc.yaml b/.github/workflows/windows-msvc.yaml index 382aa2f2ca..f9f70abf51 100644 --- a/.github/workflows/windows-msvc.yaml +++ b/.github/workflows/windows-msvc.yaml @@ -1,7 +1,7 @@ name: Windows - Visual 2019 on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] # https://stackoverflow.com/questions/66335225/how-to-cancel-previous-runs-in-the-pr-when-you-push-new-commitsupdate-the-curre#comment133398800_72408109 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency