Skip to content

Commit

Permalink
check #21
Browse files Browse the repository at this point in the history
  • Loading branch information
CleverNucleus committed Mar 28, 2023
1 parent 243ddb9 commit c22a825
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ jobs:
name: Artifacts
path: build/libs/
- name: deploy test
if: ${{ runner.os == 'Linux' && matrix.java == '17' && github.ref == format('refs/heads/{0}/main', env.BRANCH_PREFIX) }}
run: echo "THIS IS A TEST NOBODY PANIC. Also, variable is ${{ env.BRANCH_PREFIX }}"
if: ${{ runner.os == 'Linux' && matrix.java == '17' && format('refs/heads/{0}/main', env.BRANCH_PREFIX) == github.ref }}
run: echo "THIS IS A TEST NOBODY PANIC. Also, variable is ${{ format('refs/heads/{0}/main', env.BRANCH_PREFIX) }}"
- name: variable check
run: echo "THIS IS A TEST NOBODY PANIC. Also, variable is ${{ format('refs/heads/{0}/main', env.BRANCH_PREFIX) }}"

0 comments on commit c22a825

Please sign in to comment.