Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mwojtyczka committed Feb 4, 2025
1 parent c9424ba commit 973b809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
integration:
# Only run this job for PRs from branches on the main repository and not from forks.
# Workflows triggered by PRs from forks don't have access to the tool environment.
# PRs from forks to be tested by the reviewer(s) / maintainer(s) before merging.
if: github.event_name == 'pull_request' && !github.event.pull_request.draft && !github.event.pull_request.head.repo.fork
environment: tool
runs-on: larger
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
serverless_integration:
# Only run this job for PRs from branches on the main repository and not from forks.
# Workflows triggered by PRs from forks don't have access to the tool environment.
# PRs from forks to be tested by the reviewer(s) / maintainer(s) before merging.
if: github.event_name == 'pull_request' && !github.event.pull_request.draft && !github.event.pull_request.head.repo.fork
environment: tool
runs-on: larger
Expand Down

0 comments on commit 973b809

Please sign in to comment.