Skip to content

Commit

Permalink
prepare-rake: ignore tag check for isodoc metanorma/metanorma-standoc…
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored Sep 30, 2024
1 parent cb85e5a commit 3b8ab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Push for tag
id: push_for_tag
run: |
value="${{ !(github.event_name == 'push' && steps.check.outputs.head_tag == '') && github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' && github.event_name != 'repository_dispatch' && github.event_name != 'cron' }}"
value="${{ !(github.event_name == 'push' && (steps.check.outputs.head_tag == '' || github.repository == 'metanorma/isodoc')) && github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' && github.event_name != 'repository_dispatch' && github.event_name != 'cron' }}"
echo "value=${value}"
echo "value=${value}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3b8ab05

Please sign in to comment.