Skip to content

Commit

Permalink
Removed if statement.yml
Browse files Browse the repository at this point in the history
Workflow was being skipped
  • Loading branch information
n2020h authored Feb 13, 2024
1 parent 26789e4 commit 3368204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues-to-csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# unless overridden when issue has "LA website bot" in title, then 'Questions / In Review'
list-issues:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
# if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
# env:
# COLUMN_NAME: ${{ contains(github.event.issue.title, 'Hack for LA website bot') && 'Questions / In Review' || 'New Issue Approval' }}
steps:
Expand Down

0 comments on commit 3368204

Please sign in to comment.