Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Oct 11, 2024
1 parent 58a7eea commit b3e944d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
jobs:
build-and-test:
name: "Build and test extension"
# Don't run the job twice for PRs of feature-branches
if: github.event_name != 'push' || !startsWith(github.ref, 'refs/heads/feature/')
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -44,7 +42,6 @@ jobs:
path: build/libs

dependency-submission:
if: github.event_name != 'push' || !startsWith(github.ref, 'refs/heads/feature/')
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit b3e944d

Please sign in to comment.