Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Jan 31, 2025
1 parent c588ceb commit 9484ebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-libraries-to-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Reusable workflow to perform updates of Dell client libraries to latest commits
name: Dell Libraries Commit Update
on: # yamllint disable-line rule:truthy
workflow_dispatch:
workflow_dispatch:

jobs:
package-update:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
# Reusable workflow to perform updates of Dell client libraries
name: Dell Libraries Release Update
on: # yamllint disable-line rule:truthy
workflow_dispatch:
repository_dispatch:
types: [latest-released-libraries]
workflow_dispatch:
repository_dispatch:
types: [latest-released-libraries]

jobs:
package-update:
Expand Down

0 comments on commit 9484ebe

Please sign in to comment.