Skip to content

Commit

Permalink
[2.x] Allows GitHub Actions to run directly from GA UI (#413)
Browse files Browse the repository at this point in the history
* [2.x] Allows GitHub Actions to run directly from GA UI

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Sep 18, 2024
1 parent 6f41572 commit d2c05ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: fix code styling

on: [push]
on:
push:
workflow_dispatch:

jobs:
pint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
- '*.x'
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

Expand Down

0 comments on commit d2c05ae

Please sign in to comment.