Skip to content

Merge pull request #203 from essentialkaos/dependabot/go_modules/deve… #25

Merge pull request #203 from essentialkaos/dependabot/go_modules/deve…

Merge pull request #203 from essentialkaos/dependabot/go_modules/deve… #25

Workflow file for this run

name: CI (Push)
on:
push:
branches: [master, develop]
workflow_call:
workflow_dispatch:
inputs:
force_run:
description: 'Force workflow run'
required: true
type: choice
options: [yes, no]
permissions:
actions: read
contents: read
statuses: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
CI:
uses: ./.github/workflows/ci.yml
secrets: inherit