Skip to content

Commit

Permalink
Merge pull request #1 from alexgiving/atrutnev/sync_master
Browse files Browse the repository at this point in the history
Atrutnev/sync master
  • Loading branch information
alexgiving committed Oct 26, 2023
2 parents 0e8a2cc + f0f28e8 commit f793e4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/workflow.yaml
Expand Up @@ -21,6 +21,15 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Sync master
shell: bash
run: |
echo "Feth master"
git fetch origin/master
git config user.name "ADE CI"
git config user.email "ade_ci@intel.com"
git merge --allow-unrelated-histories --no-commit origin/master
- name: Build Stage
shell: bash
run: |
Expand Down

0 comments on commit f793e4b

Please sign in to comment.