Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tudstlennkozh committed Mar 28, 2022
2 parents 5707c2a + 0c90c08 commit 9cd7cf7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/Build update.xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,17 @@ jobs:
name: Building update.xml
runs-on: ubuntu-latest
steps:
- name: Checkout code
- if: github.event_name != 'pull_request'
name: Checkout code
uses: actions/checkout@v2

- if: github.event_name == 'pull_request'
name: Checkout code (PR)
uses: actions/checkout@v2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

- name: Install Python 3
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 9cd7cf7

Please sign in to comment.