Skip to content

Commit

Permalink
Remove broken lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
Daemonslayer2048 committed Jan 13, 2025
1 parent 8cb9075 commit 9ba6383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rocky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,18 @@ name: Rocky
on:
pull_request:
workflow_dispatch:
workflow_run:
workflows: ["Lint"]
types:
- completed

jobs:

"_8_":
uses: ./.github/workflows/reusable_integration_testing.yml
if: ${{ github.event.workflow_run.conclusion == 'success' }}
with:
os: rocky8
ssh_user: rocky
secrets: inherit

"_9_":
uses: ./.github/workflows/reusable_integration_testing.yml
if: ${{ github.event.workflow_run.conclusion == 'success' }}
with:
os: rocky9
ssh_user: rocky
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
os: ubuntu22
ssh_user: ubuntu
secrets: inherit

"_24_":
uses: ./.github/workflows/reusable_integration_testing.yml
with:
Expand Down

0 comments on commit 9ba6383

Please sign in to comment.