From ea1ff6df8120c74bb5427124befe383cf0c59da2 Mon Sep 17 00:00:00 2001 From: Justin Law Date: Fri, 4 Oct 2024 14:40:39 -0400 Subject: [PATCH] undo formatting --- .github/workflows/nightly-snapshot-release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nightly-snapshot-release.yaml b/.github/workflows/nightly-snapshot-release.yaml index b743014d2..da6abcdef 100644 --- a/.github/workflows/nightly-snapshot-release.yaml +++ b/.github/workflows/nightly-snapshot-release.yaml @@ -6,11 +6,11 @@ on: workflow_dispatch: # trigger manually as needed pull_request: types: - - opened # default trigger - - reopened # default trigger - - synchronize # default trigger - - ready_for_review # don't run on draft PRs - - milestoned # allows us to trigger on bot PRs + - opened # default trigger + - reopened # default trigger + - synchronize # default trigger + - ready_for_review # don't run on draft PRs + - milestoned # allows us to trigger on bot PRs paths: - .github/workflows/nightly-snapshot-release.yaml