From fde5bd7979882926d25d610c5c864a6013f7d14e Mon Sep 17 00:00:00 2001 From: Shahrad Rezaei Date: Wed, 1 Jan 2025 09:21:16 +0000 Subject: [PATCH] ci: change type for "on" key in e2e CI workflow Change the type of the "on" key in the end-to-end CI workflow from a sequence to a collection, as dictated by the GitHub Actions schema. For more details, see https://bit.ly/40dRzGL --- .github/workflows/e2e.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 6ca9416..2d86e20 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -1,9 +1,9 @@ name: CI workflow on: - - workflow_dispatch - - schedule: - - cron: "0 18 * * *" + workflow_dispatch: + schedule: + - cron: "0 18 * * *" permissions: checks: write