Skip to content

Commit

Permalink
Merge branch 'ImagingDataCommons:main' into feat-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
vkt1414 committed Mar 25, 2024
2 parents 56f8d15 + 35e1cb6 commit f77bdfc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CD

on:
workflow_dispatch:
pull_request_target:
pull_request:
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
workflow_dispatch:
pull_request_target:
pull_request:
push:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/keep-alive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: "keep-alive"
- uses: gautamkrishnar/keepalive-workflow@v2
with:
time_elapsed: 50
Expand Down

0 comments on commit f77bdfc

Please sign in to comment.