Skip to content

Commit

Permalink
Remove ci skip functionality, which has not been used for a long time
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Dec 27, 2023
1 parent eaf5d85 commit 215b3d7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@ on:

jobs:
test:
if: >-
(
(
github.event_name == 'schedule'
&& github.repository == 'RBniCS/RBniCSx'
) || (
github.event_name != 'schedule'
&& !(
contains(github.event.head_commit.message, '[ci skip]')
|| contains(github.event.head_commit.message, '[skip ci]')
)
)
)
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 215b3d7

Please sign in to comment.