Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
ci(fpga): disable the fpga workflow by default
Browse files Browse the repository at this point in the history
users can opt-in to run it on every push by commenting out a specific line in fpga.yaml
  • Loading branch information
urish committed Jun 26, 2024
1 parent 7ae2fbf commit ebe0a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fpga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: fpga

on:
push:
# Comment out (or remove) the following line to run the FPGA workflow on every push:
branches: none
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ebe0a26

Please sign in to comment.