[Fix]: Run lint_docs_ockam_io_rust_examples job test only on the merge queue #2302
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Elixir | |
permissions: | |
contents: read | |
on: | |
pull_request: | |
paths-ignore: | |
- ".github/workflows/elixir.yml" | |
- ".github/actions/**" | |
- "**.ex" | |
- "**.exs" | |
- "**/mix.lock" | |
- "**/priv/**" | |
- "**/native/**" | |
- "**.rs" | |
- "**.toml" | |
- "**/Cargo.lock" | |
- "**/Makefile" | |
- "tools/nix/**" | |
jobs: | |
lint: | |
name: Elixir - test | |
runs-on: ubuntu-22.04 | |
steps: | |
- run: 'echo "Elixir - test - Ignored"' |