Skip to content

Commit

Permalink
Ease pre-pull request fork CI as well as github-actions based dispatch (
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Aug 25, 2023
1 parent f35f714 commit 2a21db5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
name: action

on:
push:
branches:
- main
pull_request:
branches:
- main
on: [push, workflow_dispatch]

env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/hexpm-mirrors.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
name: hexpm-mirrors

on:
push:
branches:
- main
pull_request:
branches:
- main
on: [push, workflow_dispatch]

jobs:
test-failing-first-mirror:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
name: ubuntu

on:
push:
branches:
- main
pull_request:
branches:
- main
on: [push, workflow_dispatch]

jobs:
integration_test:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
name: windows

on:
push:
branches:
- main
pull_request:
branches:
- main
on: [push, workflow_dispatch]

jobs:
integration_test:
Expand Down

0 comments on commit 2a21db5

Please sign in to comment.