Skip to content

Commit

Permalink
Merge pull request #158 from ansibleguy/fix-contrib-notes+alias-self
Browse files Browse the repository at this point in the history
add integration-test actions
  • Loading branch information
ansibleguy authored Feb 7, 2025
2 parents d2df1e9 + 02901cf commit 90d44b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/integration_test_logs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---

name: Pull Integration-Test Logs
name: Integration-Test Logs

on:

Check warning on line 5 in .github/workflows/integration_test_logs.yml

View workflow job for this annotation

GitHub Actions / lint

5:1 [truthy] truthy value should be one of [false, no, true, yes]
schedule:
- cron: "24 6 * * *"
workflow_dispatch:

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_run.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

name: Integration Tests
name: Integration-Test Execution

on: workflow_dispatch

Check warning on line 5 in .github/workflows/integration_test_run.yml

View workflow job for this annotation

GitHub Actions / lint

5:1 [truthy] truthy value should be one of [false, no, true, yes]

Expand Down

0 comments on commit 90d44b0

Please sign in to comment.