We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69feea7 + a1e568a commit e7ca5f1Copy full SHA for e7ca5f1
.github/workflows/release-add-on.yml
@@ -8,12 +8,9 @@ on:
8
jobs:
9
release:
10
name: Build and Release Add-On
11
+ if: github.actor == 'kingthorin' || github.actor == 'psiinon' || github.actor == 'thc202'
12
runs-on: ubuntu-latest
13
steps:
- - name: Actor Filter
14
- uses: actions/bin/filter@3c0b4f0e63ea54ea5df2914b4fabf383368cd0da
15
- with:
16
- args: actor kingthorin psiinon thc202
17
- uses: actions/checkout@v1
18
- name: Build and Release Add-On
19
uses: docker://openjdk:8
0 commit comments