Skip to content

Commit

Permalink
Merge pull request #267 from cgranleese-r7/fixes-workflow-variable
Browse files Browse the repository at this point in the history
Fixes an incorrectly named workflow variable
  • Loading branch information
adfoster-r7 authored Oct 21, 2024
2 parents 7c4fa1e + 7b1a70c commit 2829b15
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/metasploit-framework_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@ on:
pull_request:
branches:
- '*'
paths:
- 'build/**'
- 'deps/**'
- 'docker/**'
- 'lib/**'
- 'libreflect/**'
- 'make/**'
- 'mettle/**'
- 'pkg/**'
- 'spec/**'
- 'util/**'
- '.github/**'
# Example of running as a cron, to weed out flaky tests
# schedule:
# - cron: '*/15 * * * *'
Expand All @@ -55,5 +43,5 @@ jobs:
build:
uses: rapid7/metasploit-framework/.github/workflows/shared_meterpreter_acceptance.yml@master
with:
metasploit-framework_commit: ${{ github.event.inputs.metasploitFrameworkCommit }}
metasploit_framework_commit: ${{ github.event.inputs.metasploitFrameworkCommit }}
build_mettle: true

0 comments on commit 2829b15

Please sign in to comment.