remove accidental syntax add

pull/245/head
dgtlmoon 3 years ago
parent cd7df86f54
commit f987d32c72

@ -10,7 +10,7 @@ on:
jobs:
on-success:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && ( 1 || 1) }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9

Loading…
Cancel
Save