Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 3939ed8

Browse files
use the gh strategy (#1565)
1 parent e90fb3c commit 3939ed8

File tree

3 files changed

+0
-168
lines changed

3 files changed

+0
-168
lines changed

.github/workflows/js-api-build.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -131,21 +131,3 @@ jobs:
131131
shell: bash
132132
run: |
133133
./scripts/git-tag.sh
134-
135-
- name: Trigger ADF alpha
136-
shell: bash
137-
if: github.event.schedule == '0 3 * * *'
138-
139-
run: |
140-
git config --global user.email ${{ secrets.BOT_GITHUB_EMAIL }}
141-
git config --global user.name ${{ secrets.BOT_GITHUB_USERNAME }}
142-
./scripts/update-project.sh -p ${{ github.run_number }} -t ${{ secrets.BOT_GITHUB_TOKEN }} -v alpha
143-
144-
- name: Trigger ADF master
145-
shell: bash
146-
if: github.ref == 'refs/heads/master'
147-
run: |
148-
git config --global user.email ${{ secrets.BOT_GITHUB_EMAIL }}
149-
git config --global user.name ${{ secrets.BOT_GITHUB_USERNAME }}
150-
./scripts/update-project.sh -p ${{ github.run_number }} -t ${{ secrets.BOT_GITHUB_TOKEN }} -v latest
151-

.github/workflows/trigger-upstream.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

scripts/update-project.sh

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)