Skip to content

Commit

Permalink
Merge pull request #219 from georgetown-cset/reduce-dependabot-ci
Browse files Browse the repository at this point in the history
Remove old workflow and don't trigger CI on Dependabot
  • Loading branch information
jmelot authored Feb 29, 2024
2 parents 96a2661 + 70029f0 commit c71aaaf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/node.js.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
name: tests-pass
runs-on: ubuntu-latest
if: github.triggering_actor != 'dependabot[bot]'

permissions:
contents: 'read'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/visual-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
app-dir: ./web/gui-v2
if: github.triggering_actor != 'dependabot[bot]'

permissions:
contents: 'read'
Expand Down

0 comments on commit c71aaaf

Please sign in to comment.