We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f53a5 commit e3b7fa1Copy full SHA for e3b7fa1
2 files changed
.github/workflows/obo-test.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
test:
13
runs-on: ubuntu-latest
14
- if: github.actor != 'github-actions[bot]'
+ if: github.triggering_actor != 'github-actions[bot]'
15
steps:
16
- uses: actions/checkout@v2
17
- uses: actions/setup-python@v2
.github/workflows/qa.yml
@@ -6,7 +6,7 @@ jobs:
6
lint:
7
name: Lint
8
9
10
strategy:
matrix:
python-version: [ "3.7", "3.10" ]
0 commit comments