Skip to content

Commit

Permalink
Merge pull request #16 from v1gnesh/from-multi-gitter
Browse files Browse the repository at this point in the history
multi-gitter: Update org in workflows
  • Loading branch information
IgorTodorovskiIBM committed Sep 22, 2024
2 parents d66dfec + bdad0a4 commit 9ba90b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ on:
jobs:
build-and-test:
if: (github.event.issue.pull_request && contains(github.event.comment.body, '/run tests')) || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request_target'
uses: ZOSOpenTools/meta/.github/workflows/build_and_test.yml@main
uses: zopencommunity/meta/.github/workflows/build_and_test.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ZOSOpenTools/meta/actions@main
- uses: zopencommunity/meta/actions@main
env:
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}

0 comments on commit 9ba90b5

Please sign in to comment.