Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit c98b4cb

Browse files
Carlos Matoscarlosmmatos
authored andcommitted
Removing skip ci lines as this is not needed anymore
1 parent 18697fd commit c98b4cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
build-macos:
99
# The type of runner that the job will run on
1010
runs-on: macos-latest
11-
# Allows you to skip a ci job - [skip ci] or [skip-ci]
12-
if: (!contains(github.event.head_commit.message, 'skip ci') && !contains(github.event.head_commit.message, 'skip-ci'))
1311
steps:
1412
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1513
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)