Skip to content

Commit

Permalink
dependency update (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig authored Nov 8, 2024
1 parent 88895f7 commit 0ac8eb4
Show file tree
Hide file tree
Showing 5 changed files with 268 additions and 248 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ccm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- main
- '[0-9][0-9][0-9][0-9].[0-9][0-9].*' # 2021.01.x
- '2024-03-01-dep-update'
- 'i330_alt_cjs_esm_upgrade'
tags:
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]' # 2021.01.01

Expand All @@ -23,7 +22,7 @@ env:
jobs:
build:
# to test a feature, change the repo name to your github id
if: github.repository_owner == 'tl-its-umich-edu' || github.repository_owner == 'pushyamig'
if: github.repository_owner == 'tl-its-umich-edu' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:

Expand Down
Loading

0 comments on commit 0ac8eb4

Please sign in to comment.