mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
Revert "Set array in earlier job using JSON"
This reverts commit 8b863c5efdb1414c3fbdf4817c14129d0ccd392a.
This commit is contained in:
parent
51f92b3793
commit
e22fadd5f5
11
.github/workflows/pr-annotate-with-flake8.yml
vendored
11
.github/workflows/pr-annotate-with-flake8.yml
vendored
@ -11,21 +11,12 @@ on:
|
||||
branches: [ develop ]
|
||||
|
||||
jobs:
|
||||
set_allowed:
|
||||
runs-on: ubuntu-18.04
|
||||
outputs:
|
||||
matrix: ${{ steps.set-allowed.outputs.allowed }}
|
||||
steps:
|
||||
- id: set-allowed
|
||||
run: echo "::set-output name=allowed::{['Athanasius']}"
|
||||
|
||||
flake8_annotate:
|
||||
runs-on: ubuntu-18.04
|
||||
needs: set_allowed
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
if: ${{ contains(${{fromJson(needs.set_allowed.outputs.allowed)}}, github.actor) }}
|
||||
if: ${{ contains(['Athanasius'], github.actor) }}
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user