Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Mar 22, 2024
1 parent 3268054 commit 7f9b830
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/run-robot-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ run-name: Run Robot Framework tests
on:
# For every push to repository
push:
# # To any branch
# branches:
# - '*'
# # For every pull request
# pull_request:
# # But ignore this paths
# paths-ignore:
# - 'LICENSE*'
# - 'DOCKERFILE*'
# - '**.gitignore'
# - '**.md'
# - '**.txt'
# - '.github/ISSUE_TEMPLATE/**'
# - '.github/dependabot.yml'
# - 'docs/**'
# - 'scripts/**'
# To any branch
branches:
- '*'
# For every pull request
pull_request:
# But ignore this paths
paths-ignore:
- 'LICENSE*'
- 'DOCKERFILE*'
- '**.gitignore'
- '**.md'
- '**.txt'
- '.github/ISSUE_TEMPLATE/**'
- '.github/dependabot.yml'
- 'docs/**'
- 'scripts/**'
# Define workflow jobs
jobs:
# Job runs Robot Framework tests against locally build image from current code
Expand Down

0 comments on commit 7f9b830

Please sign in to comment.