Skip to content

Commit

Permalink
test something else
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Nov 3, 2023
1 parent ebe7d8b commit a2f18f9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Main
on: [push, pull_request]
on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize]

jobs:
ci:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/local-github-action.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test GitHub Action
on: [push, pull_request]
name: Test Local GitHub Action
on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize]

jobs:
test_github_action:
test_local_github_action:
container: node:20.9.0@sha256:62efd17e997bc843aefa4c003ed84f43dfac83fa6228c57c898482e50a02e45c
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/published-github-action.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test GitHub Action
on: [push, pull_request]
name: Test Published GitHub Action
on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize]

jobs:
test_github_action:
test_published_github_action:
container: node:20.9.0@sha256:62efd17e997bc843aefa4c003ed84f43dfac83fa6228c57c898482e50a02e45c
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit a2f18f9

Please sign in to comment.