Skip to content

Instantly share code, notes, and snippets.

@sofiegonzalez
Created May 29, 2024 14:47
Show Gist options
  • Save sofiegonzalez/16ae560f6ff3072c754b0eabc1c2850f to your computer and use it in GitHub Desktop.
Save sofiegonzalez/16ae560f6ff3072c754b0eabc1c2850f to your computer and use it in GitHub Desktop.
name: stage-branch-tmp
on:
push:
branches: [sofiegonzalez/container-workflow]
jobs:
container-test-stage-branch:
runs-on: gha-runner-scale-set-kubernetes
container:
image: <personal-container-image>
steps:
- name: run stage branch
id: stage-branch
run: |
<command-to-run>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment