Skip to content

Commit

Permalink
continue-on-error was on the wrong step
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Aug 8, 2024
1 parent f2f3766 commit eeb21ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unicode_warn.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
################################################################################
# File: .github/workflows/unicode_warn.yml
# Version: 0.2
# Version: 0.3
# Purpose: Detects Unicode in PRs and comments the results of findings in PR
# Authors: Michael Altfield <michael@michaelaltfield.net>
# Created: 2021-11-20
# Updated: 2024-08-07
# Updated: 2024-08-08
################################################################################
# in main branch
name: malicious_sanity_checks
Expand All @@ -28,7 +28,6 @@ jobs:
steps:

- name: Prereqs
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand All @@ -38,6 +37,7 @@ jobs:
shell: bash

- name: Check diff for unicode
continue-on-error: true
id: unicode_diff
run: |
set -x
Expand Down

0 comments on commit eeb21ad

Please sign in to comment.