Skip to content

Merge branch 'master' of https://github.com/looker-open-source/ga_fou… #9

Merge branch 'master' of https://github.com/looker-open-source/ga_fou…

Merge branch 'master' of https://github.com/looker-open-source/ga_fou… #9

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
branches:
- master
# Cancels an release workflows in progress
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
release:
permissions:
contents: write
pull-requests: write
uses: looker-open-source/reusable-actions/.github/workflows/marketplace-block-release.yml@main
secrets: inherit