Skip to content

Commit

Permalink
[skip-ci]: Setup CI for 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oreiche committed Nov 5, 2024
1 parent 5f547e0 commit 7dd97ef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build and Deploy

on:
schedule:
# schedule runs on Sunday and Wednesday to keep the cache alive
- cron: '00 00 * * 0,3'
push:
branches:
- testing*
Expand All @@ -22,7 +19,7 @@ jobs:

- name: Compute base commit
run: |
git fetch https://github.com/just-buildsystem/justbuild master
git fetch https://github.com/just-buildsystem/justbuild stable-1.4
BASE_COMMIT="$(git merge-base ${GITHUB_REF_NAME} FETCH_HEAD)"
echo "BASE_COMMIT=${BASE_COMMIT}" >> $GITHUB_ENV
Expand Down Expand Up @@ -90,7 +87,7 @@ jobs:

- name: Compute base commit
run: |
git fetch https://github.com/just-buildsystem/justbuild master
git fetch https://github.com/just-buildsystem/justbuild stable-1.4
BASE_COMMIT="$(git merge-base ${GITHUB_REF_NAME} FETCH_HEAD)"
echo "BASE_COMMIT=${BASE_COMMIT}" >> $GITHUB_ENV
Expand Down

0 comments on commit 7dd97ef

Please sign in to comment.