Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTitu committed Jun 11, 2024
1 parent 5b49d25 commit 622f149
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-on-forks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# Check out merge commit
- name: Fork based /ok-to-test checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: 'refs/pull/${{ github.event.inputs.forked-pr-number }}/merge'

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
integration-fork:
runs-on: ubuntu-latest
# this job is always skipped and its status is only updated when the integration tests are permitted to run on this code
if: github.event_name != 'pull_request' && github.event_name != 'push'
if: github.event_name != 'pull_request' && github.event_name != 'push'
steps:
- uses: actions/checkout@v4
62 changes: 62 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 622f149

Please sign in to comment.