Skip to content

Update stable_nightly_update.yaml #5

Update stable_nightly_update.yaml

Update stable_nightly_update.yaml #5

on:
schedule:
- cron: '0 0 * * *' # Run daily at midnight
push:
branches: [ "feature/update-ci" ]
jobs:
stable_nightly_update:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Merge develop into main
if: github.ref == 'refs/heads/feature/update-ci'
run: |
echo ${{ github.ref }}
git checkout main_test
git pull origin main_test
git merge origin/feature/update-ci --no-edit
#git push origin main_test