Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
f6e3599
1
Parent(s):
cba0ece
changes temp branch name
Browse files
.github/workflows/sync_back.yml
CHANGED
@@ -13,7 +13,7 @@ permissions:
|
|
13 |
|
14 |
jobs:
|
15 |
export_pr:
|
16 |
-
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' && github.event.pull_request.head.ref == '
|
17 |
runs-on: ubuntu-latest
|
18 |
steps:
|
19 |
# Step 1: Checkout the current repository
|
|
|
13 |
|
14 |
jobs:
|
15 |
export_pr:
|
16 |
+
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' && github.event.pull_request.head.ref == 'sync_branch'
|
17 |
runs-on: ubuntu-latest
|
18 |
steps:
|
19 |
# Step 1: Checkout the current repository
|