Skip to content

Commit

Permalink
x8
Browse files Browse the repository at this point in the history
  • Loading branch information
ljocha committed Apr 8, 2024
1 parent 8da5416 commit eaef2fe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! vim: ts=2:
#! vim: ts=2 expandtab:

name: deploy-test

Expand All @@ -7,8 +7,10 @@ on: [ workflow_dispatch ]
jobs:
call-common:
runs-on: ubuntu-latest
uses: ./.github/workflows/deploy-common.yaml
with:
destination: 'usegalaxy-test.blablabla'
steps:
- name: Call common
uses: ./.github/workflows/deploy-common.yaml
with:
destination: 'usegalaxy-test.blablabla'


0 comments on commit eaef2fe

Please sign in to comment.