mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
Revert "We don't want 'matrix', just 'allowed'."
This reverts commit 9938370e91e3144ce0f29f3da7057e402f9fe3fb.
This commit is contained in:
parent
c71d718c55
commit
ba437aecd3
@ -14,10 +14,10 @@ jobs:
|
||||
set_allowed:
|
||||
runs-on: ubuntu-18.04
|
||||
outputs:
|
||||
allowed: ${{ steps.set-allowed.outputs.allowed }}
|
||||
matrix: ${{ steps.set-allowed.outputs.allowed }}
|
||||
steps:
|
||||
- id: set-allowed
|
||||
run: echo '::set-output name=allowed::{["Athanasius"]}'
|
||||
run: echo '::set-output name=allowed::{"allowed":["Athanasius"]}'
|
||||
|
||||
flake8_annotate:
|
||||
runs-on: ubuntu-18.04
|
||||
@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
if: ${{ contains(fromJson(needs.set_allowed.outputs.allowed.*), github.actor) }}
|
||||
if: ${{ contains(fromJson(needs.set_allowed.outputs.allowed.allowed.*), github.actor) }}
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user