Skip to content

Commit

Permalink
testing realease job
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal-deriv committed Oct 9, 2023
1 parent c28e722 commit 5024284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: dzil xtest
release:
# if: github.ref == 'refs/heads/master'
needs: test
# needs: test
runs-on: ubuntu-latest
container:
image: debian:bullseye
Expand All @@ -72,7 +72,7 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"
-
name: Checkout Code
run: actions/checkout@v4
uses: actions/checkout@v4
-
name: Install Perl Dependencies
run: |
Expand Down

0 comments on commit 5024284

Please sign in to comment.