Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Jan 30, 2024
1 parent 73f1d82 commit b2d6b7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/caller.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Generic caller test"
on:
pull_request:
paths:
- .github/workflows/caller.yml

jobs:
call-generic-build:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/generic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
image_name:
required: true
type: string
image_dir:
required: true
type: string
tags:
required: true
type: string
Expand Down Expand Up @@ -37,4 +34,4 @@ jobs:
set -xeu
image_name='${{ inputs.image_name }}${{ inputs.image_prefix }}'
image_dir='images/${{ inputs.image_name }}'

0 comments on commit b2d6b7e

Please sign in to comment.