Skip to content

Commit

Permalink
test: testing creation file 14
Browse files Browse the repository at this point in the history
  • Loading branch information
braybatista authored Apr 1, 2024
1 parent 4bc6804 commit e305ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
OTP_VERSION: ${{ vars.OTP_VERSION }}
SKIP_GIT_HOOKS: 'true'
SKIP_RELEASE: ${{ contains(github.event.head_commit.message, '[skip release]') || contains(github.event.head_commit.message, '[skip ci]') || contains(github.event.head_commit.message, '[release skip]') || contains(github.event.head_commit.message, '[ci skip]') }}
GITHUB_BRANCH: ${{ GITHUB_REF#refs/*/ }}
GITHUB_BRANCH: ${GITHUB_REF#refs/*/}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e305ad6

Please sign in to comment.