Skip to content

Commit

Permalink
Update supported_devices_platforms_md.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanna228 authored Apr 8, 2024
1 parent 3d7703b commit 8da13ec
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/supported_devices_platforms_md.yml
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

0 comments on commit 8da13ec

Please sign in to comment.