Skip to content

Commit

Permalink
Update test_trigger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asyatrhl authored Dec 15, 2023
1 parent 57d5a4f commit c87753c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Check repository
run: |
REPO_OWNER=$(echo "${{ github.repository }}" | cut -d '/' -f 1)
echo "IS_REPOSITORY=${REPO_OWNER == 'MaximIntegratedAI'}}" >> $GITHUB_ENV
echo "IS_REPOSITORY=${[REPO_OWNER == 'MaximIntegratedAI'}}" >> $GITHUB_ENV
echo "IS_DEVELOP_BRANCH=${{ github.ref == 'refs/heads/develop' }}" >> $GITHUB_ENV
- name: Set up environment
Expand Down

0 comments on commit c87753c

Please sign in to comment.