-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update supported_devices_platforms_md.yml
- Loading branch information
1 parent
3d7703b
commit 8da13ec
Showing
1 changed file
with
0 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1 @@ | ||
# This is a basic workflow to help you get started with GitHub Actions | ||
|
||
name: Run the shell script to generate sonic image links in supported_devices_platforms_md.sh in a dedicated branch | ||
|
||
# Run the script once in a minute. Github may take 15 minutes to run this even though we request once in a minute, which is OK. | ||
on: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
|
||
jobs: | ||
build: | ||
# The type of runner that the job will run on | ||
runs-on: ubuntu-latest | ||
|
||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Run the script to build a json file with details about various builds for various platforms | ||
run: sh ./supported_devices_platforms_md.sh |