Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljocha committed Apr 8, 2024
1 parent 6584bde commit 2a84863
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy-common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#! vim: ts=2:

name: deploy-common

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: Install Ansible
run: echo {{ destination }}
11 changes: 11 additions & 0 deletions .github/workflows/deploy-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#! vim: ts=2:

name: deploy-test

jobs:
call-common:
uses: deploy-common
with:
destination: 'usegalaxy-test.blablabla'


0 comments on commit 2a84863

Please sign in to comment.