pause automatic commits
This commit is contained in:
parent
7fcc08158f
commit
5efeb30226
4
.github/workflows/update_examples.yml
vendored
4
.github/workflows/update_examples.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Commit changes to raylib repo
|
- name: Commit changes to raylib repo
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push' && false
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -67,7 +67,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Push changes to raylib.com repo
|
- name: Push changes to raylib.com repo
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push' && false
|
||||||
run: |
|
run: |
|
||||||
cd raylib.com
|
cd raylib.com
|
||||||
git add -A
|
git add -A
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user