Skip to content

Commit

Permalink
Added simple step
Browse files Browse the repository at this point in the history
  • Loading branch information
EvertBunschoten committed Jul 18, 2024
1 parent 88756c4 commit de12b6d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ on:
type: string
jobs:
build:
name: Self Docker
strategy:
fail-fast: false
runs-on: 'ubuntu-latest'
name: build package
strategy:
fail-fast: false
runs-on: ${{ inputs.runner || 'ubuntu-latest' }}
steps:
- name: Say hi
run: echo "hi there"


0 comments on commit de12b6d

Please sign in to comment.