Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
test conditional
  • Loading branch information
p-galligan committed Dec 16, 2024
1 parent 5ae291b commit c134da2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
#if: "!contains(${{ github.event.pull_request.head.ref }}, 'dependabot')"
if: !contains(${{ github.event.pull_request.head.ref }}, 'dependabot')
runs-on: ubuntu-latest
environment:
name: development
Expand All @@ -24,8 +24,6 @@ jobs:
options: --privileged

steps:
- run: echo running on branch ${GITHUB_REF##*/} ${GITHUB_REF}

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit c134da2

Please sign in to comment.