Skip to content

Commit

Permalink
CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Despire committed Nov 21, 2024
1 parent e1de0fc commit f3a31d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
jobs:
#--------------------------------------------------------------------------------------------------
print-tag:
runs-on: ubuntu-latest
runs-on: self-hosted
if: ${{ inputs.print_tags }}
steps:
- name: Print the input tag to STDOUT
Expand All @@ -43,6 +43,7 @@ jobs:
merge-branch:
if: github.event.pull_request.draft == false
runs-on: self-hosted
needs: print-tag
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f3a31d7

Please sign in to comment.