1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-20 14:39:22 +01:00

Merge pull request #730 from cgranleese-r7/remove-paths-from-acceptance-tests

Removes paths from metasploit-framework acceptance tests
This commit is contained in:
adfoster-r7 2024-10-31 14:55:58 +00:00 committed by GitHub
commit 687b101205
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,15 +36,6 @@ on:
pull_request:
branches:
- '*'
paths:
- 'metsploit-framework.gemspec'
- 'Gemfile.lock'
- 'docker/**'
- 'java/**'
- 'php/**'
- 'powershell/**'
- 'python/**'
- '.github/**'
# Example of running as a cron, to weed out flaky tests
# schedule:
# - cron: '*/15 * * * *'