Unverified Commit 49741437 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

meta: move if condition on workflow to steps

Provisional measure due to "Unexpected value 'if'" error. See https://github.community/t5/GitHub-API-Development-and/jobs-lt-job-id-gt-if-not-working/m-p/28980
parent d8ad4e90
on: pull_request on: pull_request
name: Triage Pull Request name: Triage Pull Request
jobs: jobs:
mainJob: triage:
name: Triage name: Triage
if: github.event.action == 'opened' || github.event.action == 'synchronize'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@master uses: actions/checkout@master
if: github.event.action == 'opened' || github.event.action == 'synchronize'
- name: Analyze and triage - name: Analyze and triage
uses: ohmyzsh/github-actions/pull-request-triage@master uses: ohmyzsh/github-actions/pull-request-triage@master
env: env:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment