Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWF committed Nov 30, 2023
1 parent 6c9af1b commit 9c93917
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/call2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: FooBar
run: ${{ inputs.cmd }}
cont-test:
runs-on: ${{ inputs.machine }}
container:
image: ${{ inputs.image }}
options: --cpus 1 --memory 2G
steps:
- name: echo hello
run: echo hello
runs-on: ${{ inputs.machine }}
container:
image: ${{ inputs.image }}
options: --cpus 1 --memory 2G
steps:
- name: echo hello
run: echo hello

0 comments on commit 9c93917

Please sign in to comment.