Skip to content

Commit

Permalink
Update build-firmware.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Deleted-Account authored May 10, 2024
1 parent 45b1408 commit cfd8769
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: auto_compile_AX6

on:
# repository_dispatch:
# workflow_dispatch:
# inputs:
# ssh:
# description: 'SSH connection to Actions'
# required: false
# default: 'false'
repository_dispatch:
workflow_dispatch:
inputs:
ssh:
description: 'SSH connection to Actions'
required: false
default: 'false'
schedule:
- cron: 15 21 2,7,12,17,22,27 * *
push:
watch:
types: started
# push:
# watch:
# types: started

jobs:
build:
Expand Down

0 comments on commit cfd8769

Please sign in to comment.