Skip to content

Commit

Permalink
Merge pull request #184 from containers/mirror
Browse files Browse the repository at this point in the history
Trigger the integration-tests job on the origin repo
  • Loading branch information
lmilbaum authored Apr 7, 2024
2 parents 4ba53d1 + f904fff commit b809abc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/testing-framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

workflow_dispatch:

# pull_request: ## temporary for debugging development purposes
# branches:
# - main
pull_request: ## temporary for debugging development purposes
branches:
- main

env:
TF_VAR_aws_region: "eu-west-2"
Expand All @@ -29,6 +29,7 @@ concurrency:

jobs:
integration-tests:
if: github.repository == 'containers/ai-lab-recipes'
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit b809abc

Please sign in to comment.