Skip to content

Commit

Permalink
Minor ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytchang committed Dec 28, 2023
1 parent ab903c3 commit 05e9c71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: release

on:
workflow_dispatch:
push:
branches:
- master

# Cancels any release workflows in progress
workflow_dispatch:

# Cancels any release workflows in progress
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
Expand All @@ -18,4 +18,4 @@ jobs:
pull-requests: write
uses: looker-open-source/reusable-actions/.github/workflows/marketplace-viz-release.yml@main
# Inherits the Looker Automation Bot token to create release PRs and releases
secrets: inherit
secrets: inherit

0 comments on commit 05e9c71

Please sign in to comment.