Skip to content

Commit 5549dde

Browse files
authored
Update actions (#2384)
* Tag metadata steward for review after automatically building derived files * Add check to not run actions if its triggered by the default github actions bot * Remove tag in body of the PR
1 parent d3a53d6 commit 5549dde

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
commit-message: Update OBO foundry metadata
3535
title: 'Update OBO foundry metadata'
3636
body: |
37-
Recreates all OBO metadata
37+
Recreates all OBO metadata.
3838
assignees: deepakunni3

.github/workflows/obo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test:
1313
runs-on: ubuntu-latest
14-
14+
if: github.actor != 'github-actions[bot]'
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2

.github/workflows/qa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
lint:
77
name: Lint
88
runs-on: ubuntu-latest
9+
if: github.actor != 'github-actions[bot]'
910
strategy:
1011
matrix:
1112
python-version: [ "3.7", "3.10" ]

0 commit comments

Comments
 (0)