Skip to content

Commit 2dc443f

Browse files
committed
check version changed
1 parent b55f929 commit 2dc443f

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

.github/workflows/cvc5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
python -m cvc5-latest.main
6161
6262
- name: Commit and push version changes
63+
if: steps.check_version.outputs.version_changed == 'true'
6364
run: |
6465
git pull origin main --rebase || git pull origin main || echo "Pull failed, continuing with local changes"
6566
git add ./versions

.github/workflows/mathsat5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
python -m mathsat5-latest.main
6161
6262
- name: Commit and push version changes
63+
if: steps.check_version.outputs.version_changed == 'true'
6364
run: |
6465
git pull origin main --rebase || git pull origin main || echo "Pull failed, continuing with local changes"
6566
git add ./versions

.github/workflows/opensmt2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
python -m opensmt2-latest.main
6161
6262
- name: Commit and push version changes
63+
if: steps.check_version.outputs.version_changed == 'true'
6364
run: |
6465
git pull origin main --rebase || git pull origin main || echo "Pull failed, continuing with local changes"
6566
git add ./versions

.github/workflows/ostrich.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
python -m ostrich-latest.main
6161
6262
- name: Commit and push version changes
63+
if: steps.check_version.outputs.version_changed == 'true'
6364
run: |
6465
git pull origin main --rebase || git pull origin main || echo "Pull failed, continuing with local changes"
6566
git add ./versions

.github/workflows/smtrat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
python -m smtrat-latest.main
6161
6262
- name: Commit and push version changes
63+
if: steps.check_version.outputs.version_changed == 'true'
6364
run: |
6465
git pull origin main --rebase || git pull origin main || echo "Pull failed, continuing with local changes"
6566
git add ./versions

.github/workflows/stp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
python -m stp-latest.main
6161
6262
- name: Commit and push version changes
63+
if: steps.check_version.outputs.version_changed == 'true'
6364
run: |
6465
git pull origin main --rebase || git pull origin main || echo "Pull failed, continuing with local changes"
6566
git add ./versions

.github/workflows/yices2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
python -m yices2-latest.main
6161
6262
- name: Commit and push version changes
63+
if: steps.check_version.outputs.version_changed == 'true'
6364
run: |
6465
git pull origin main --rebase || git pull origin main || echo "Pull failed, continuing with local changes"
6566
git add ./versions

.github/workflows/z3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
python -m z3-latest.main
6161
6262
- name: Commit and push version changes
63+
if: steps.check_version.outputs.version_changed == 'true'
6364
run: |
6465
git pull origin main --rebase || git pull origin main || echo "Pull failed, continuing with local changes"
6566
git add ./versions

0 commit comments

Comments
 (0)