Skip to content

Commit

Permalink
Disabling workflows for container testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoCanessa committed Feb 10, 2025
1 parent 10286d9 commit 9c8a44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/argo-ris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflows: ['Publish on GitHub Container Registry']
types: [completed]
branches:
- main
- main-disabled

jobs:
restart_deployment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflows: ['Tests']
types: [completed]
branches:
- main
- main-disabled

jobs:
build:
Expand Down

0 comments on commit 9c8a44c

Please sign in to comment.